Alexander Lazar
Alexander Lazar
Stackoverflow: https://stackoverflow.com/questions/72266899/golang-performance-issues Google group: https://groups.google.com/g/antlr-discussion/c/OdhAIsy2GfI Example code: https://github.com/movelazar/perf-repro A simple rule such as: ``` 1 EQ 2 OR 1 EQ 2 OR 1 EQ 2 OR 1 EQ 2 OR...
Fixes #13
When I make my rule, doing ``` antlr( name = "simple_boolean", srcs = ["SimpleBoolean.g4"], language = "Python3", listener = False, visitor = True, ) ``` it puts the generated files...