Hello!
I'm attempting to create a somewhat complex grammar which uses lexical modes. I'm having a heck of a time getting gradle+antlr4 to build the following structure:
Foo.g4 (parser grammar)
FooLexer.g4 (lexer grammar with modes)
FooTokens.g4 (support grammar which is imported by FooLexer)
I've looked over many bug reports and possible work-arounds but haven't found anything that ultimately fixes my issue, thus I created a minimal repository [1] and created a corresponding issue [2]. It was suggested that I post here for support help so, here I am :)
If anyone has any suggestions, I would appreciate them!
Thanks,
-Tim