-
e.g. a rule with name "match" generates code like:
`MyParser.prototype.match = function(){ ... }`
This overrides the match function from antlr4.Parser.prototype and results in an infinitiv recursion…
s-b-u updated
7 years ago
-
Hello,
Thanks for developing this nice tool!
I am trying to install it on a cluster that does not allow for the installation of packages through Conda and Mamba.
I am trying to adjust the in…
-
I am trying to use grammarinator to generate test cases for `sqlite`.
I am using the ANTLR grammar for `sqlite` that is available at the official antlr repo:
- [Lexer](https://github.com/antlr/gr…
-
I'm running into a similar slowdown to the one reported a few years ago here: https://github.com/antlr/antlr4/issues/2454.
Specifically, I'm using ANTLR4 for a variety of syntax analysis tasks, in …
-
Hello, this isn't a bug in antlr4, but I was hoping for some guidance with using it.
I've used it extensively for parsing FHIRPath, the repo can be found here: https://github.com/MayJuun/fhir/tree/…
-
There are 4 classes in the APK that include methods that are right at the 64k limit. When these are translated to standard class files the code exceeds the size limit and dex2jar fails.
#This file…
-
I'm not sure what am I doing wrong. I'm going through the examples in 'Definitive ANTLR 4 Reference' book, and generating my C# parser/lexer files using the following command:
`antlr4 -Dlanguage=C…
-
- [ ] I have searched the [issues](https://github.com/seata/seata/issues) of this repository and believe that this is not a duplicate.
some have not been [skywalking-eyes](https://github.com/apache…
-
Antlr4 tool version 4.5 and 4.5.3, error reporting,
Over the weekend I've been working to split my lexer gammar up into several files, with import relationships. see attached archive [PowerShellGr…
-
Followed the installation instructions, but getting this...