clang-highlight
clang-highlight copied to clipboard
Using FrontendActions with FuzzyParser
Hey!
First, thanks so much for all the great work you've done on the fuzzy parser. It's exactly what I need for my project. As I integrate it into my code, I hope that I'll be able to find places where I can contribute improvements/fixes.
Before going too far down one path, I was wondering if you could answer a quick question: Is it correct that there is no way to use the FuzzyAST with Clang FrontendActions (as it currently stands)?
I see a note in the LibFuzzy.rst that seemed like this was a future goal but I wanted to make sure it hadn't been implemented someplace where I missed it!
Again, thanks so much for all your work on this.
Will
@kapf Just wondered if you had any comment about this. Thanks again for your great work on this tool!
@whh8b are you able to use FuzzyParser with FrontendActions as I see there are no updates on this issue? I have the same requirement and It would be very useful if you provide some light on it. Thanks!