-
I've been updating the Antlr4 tool for the Go target and decided to test out the new tool on grammars-v4/ as this is a more extensive test that the unit tests for the Antlr4 tool.
* error(153): ANT…
-
In csproj files, we are using multiple targets `net472;net6.0-windows`.
This is not working with antlr4buildtasks when it downloads automatically java.
Msbuild compile both targets at the same time …
-
Hello
This a bug report for https://pypi.org/project/antlr4-python3-runtime/
Apparently something went wrong during the release process of 4.13.1, the generated lexer of the xpath feature has not …
-
Hi,
Using ANTLR 4.5.1 I noticed that an incomplete command line option triggers an ArrayIndexOutOfBoundsException, for example:
```
$ antlr4 -o
Exception in thread "main" java.lang.ArrayIndexOutOfBo…
-
See https://github.com/antlr/antlr4/discussions/4212#discussioncomment-5739418
Some grammars like C.g4 have parser rules that have string literals that don't have a corresponding lexer rule for the…
-
### What do you want to change?
I've enjoyed using sqlc with postgres. However, I'm starting to do more work with [Clickhouse](https://github.com/ClickHouse/ClickHouse) and it would be great to also …
-
* [This code](https://github.com/antlr/antlr4-tools/blob/8d076f435728a56ffce18e972061d961a8ff14cf/antlr4_tool_runner.py#L91) "tests" the version of java, but it's false, so it never gets checked.
* O…
-
Hello
I have difficulty to use the functions generated by ANTLR4 for Intellij.
I searched in the doc but It's not clear.
What is the name of the function to call to have the possible rules an…
-
(Original issue 930 created by None on 2013-11-21T00:37:48.194432+00:00)
I think this is as easy as adding the '.g4' extension that is normally used [1] by these files to the file extension lists in …
-
Mike,
Thanks for this library.
I am interested in computing the set of possible lookaheads in an Antlr grammar itself, specifically Expr.g4, defined at https://github.com/mike-lischke/antlr4-c3/…