You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great Project!
I have a question about how to add a new language. I see the step 3 "Implement a small wrapper around the generated parser.". But how I make it work after I wrote the wrapper. Should I use some command?
Looking forward your replay. Thanks.
The text was updated successfully, but these errors were encountered:
I suggest you use JavaParser as an example and trace up its usages — this way you can make sense of the control flow down to the parser.
Basically, you will have to add a new entry to ParserConfig, add the corresponding option to factory.kt, and implement a new ParsingFactory — then you will be able to configure astminer to use your new parser.
Great Project!
I have a question about how to add a new language. I see the step 3 "Implement a small wrapper around the generated parser.". But how I make it work after I wrote the wrapper. Should I use some command?
Looking forward your replay. Thanks.
The text was updated successfully, but these errors were encountered: