-
Hi @scottfr ,
I was hoping to play with this code and extend the grammar to include different ways of referencing other values. Would it be possible to see the Formula.g file the antlr3 FormulaLexer…
-
We are using ANTLR to write a full interpreter. The language is a VBA dialect (oh my!), which includes some ambiguities. As such, ANTLR definitely has some work to do in order to parse 10000 lines of …
-
## Feature Request
As a user I would like the ability to create columns dynamically on my viewport from configuration, and for that to be persisted with the viewport in the json description.
The …
-
The documentation from the antlr website [here](https://github.com/antlr/antlr4/blob/master/doc/go-target.md) recommends using `import "github.com/antlr4-go/antlr/v4"`
However, documentation [her…
-
I could not find a license for this repo. What would it be?
Thanks
-
Like the title says, I would like to join the project and help get development started again. There is still a need for Spring.NET in the .NET ecosystem, and it's a shame to see this wonderful code ba…
-
debugging failed to stop at the breakpoints.
gramma:
![image](https://user-images.githubusercontent.com/92193538/174510564-8cd71108-9683-40ab-a27d-eeede809b4f6.png)
Launch.json:
{
"versio…
-
convert diff.groovy to java project to manage it easily and be able to generate final JAR file and use it by github new workflow action. JAR file can be committed in main repo for simplicity.
-
Hi, i get this exception when using swedish characters in parameters:
mismatched input 'avgift' expecting ')' at line 1:15
extraneous input ')' expecting EOF at line 1:23
My example is:
stri…
-
**Abstract**: Hello, I wrote a minimalistic CLI for the generated lexer and parser (according to C++ grammar), and created my own visitor, which does absolutely nothing with where the program crashes.…