-
I have a monorepo with two sub-projects using ANTLR4, one generating a JavaScript parser from grammar `foo.g4`, the other generating a TypeScript parser from grammar `bar.g4`.
According to [Extensi…
-
I accidentally created my grammar file as a lowercase filename, and now I am unable to avoid the error(8) message. It seems like the extension has cached that errant pathname somehow.
Steps to repr…
-
We will be using Kotlin to generate the WebAssembly runtime.
There is a need to integrate it from [Strumenta's repo](https://github.com/Strumenta/antlr-kotlin).
There is also a need to ensure it sup…
-
I did the following:
1. created a simple grammar with one parse rule, and one lexer rule
2. created a sample data file
3. launched the "Debug ANTLR4 grammar" item referencing the grammar and data f…
-
Solidity 0.8.22 allowed event definitions at file level.
https://soliditylang.org/blog/2023/10/25/solidity-0.8.22-release-announcement/
-
Will the program generated by this tool have undefined variables?
-
Hi,
after your newest update ( or maybe even before that ) my Code from my old antlr4 project wont run anymore.
As explanation:
Suddenly my code didnt work anymore and i couldnt figure out why.…
-
This is a possible problem with the TypeScript target. It is best demonstrated by the [plsql grammar](https://github.com/antlr/grammars-v4/tree/5792cf2ddf4a70933a6f0fec051a34fa3d9655f4/sql/plsql). Thi…
-
## Bug Report
shardingsphere can,t correctly rewrite sql
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub iss…
-
This is not a bug report, I just wanted to propose a small feature for a future version of ANTLR.
Consider the following ANTLR-based grammar specification for Dart:
https://github.com/dart-lang/…