-
```
/home/s0urc3/Downloads/Grammar-Mutator/third_party/antlr4-cpp-runtime/antlr4-cpp-runtime-src/runtime/src/support/Any.h:125:51: error: self-comparison always evaluates to true [-Werror=tautologica…
-
```
```
MSB406: can not load task "Antlr4.Build.Tasks.RunAntlrTool", but when my csproj as follows, it build ok
```
```
-
I get
TypeError: Cannot read private member #intervals from an object whose class did not declare it
at _IntervalSet.addSet (/Users/trygve/prj/antlr/aql-parser/node_modules/antlr4-c3/node_modul…
-
### Brief Issue Summary
Debugging fails with:
```
Starting: "/Library/Developer/CommandLineTools/usr/bin/lldb" --interpreter=mi
error: unknown option: --interpreter=mi
Use 'lldb --help' for a com…
-
The ANTLR used in the parser is a very large and heavy library, taking up around 50MB when unjarred.
This makes it difficult to use Lacinia easily with AWS Lambda, etc.
Therefore, I propose to rep…
-
I am trying import Trees module from JS runtime, but get "Cannot find module 'antlr4/tree/Trees' or its corresponding type declarations" error. See below screenshot.
![Screenshot 2024-10-16 at 8 52…
-
https://github.com/antlr/antlr4-tools/blob/10a090aab6ec70217d1d8aa0c2f16c9f1e425861/antlr4_tool_runner.py#L26-L27
Facing timeout at L26 `antlr4_tool_runner.py` since https://search.maven.org/ users…
-
I get an error when running `python -m uv pip install --verbose 'antlr4-python3-runtime==4.9.3'` on an Windows CI server. The error does *not* occur when installing with the `--no-cache` flag. Nor is …
-
Implement DSQL grammar and parser in Antlr4
-
Antlr3 is no longer actively maintained and it would be nice if we can migrate to Antlr4 instead.