How to add new language support with antlr4 (groovy) #317
Unanswered
dolphin323
asked this question in
Q&A
Replies: 1 comment
-
Hi! Sorry to not be helpful but I have little experience with the AntLR bridge :(. I mostly use tree-sitter to integrate new languages. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I want to add support for groovy language using antlr4. I'm using the grammar from this parser that is the same one as the one on the official groovy website.
I tried mocking solutions in other forked repositories for languages such as xml (https://github.com/svanteschubert/gumtree). However, I'm facing various issues.
Can you please provide clear instructions on how to setup an ANTLR4 grammar with the GumTree tool?
Beta Was this translation helpful? Give feedback.
All reactions