-
## Description
A clear and concise description of what the bug is.
## Scenario Code
```sv
action example {
rand int in [1] val;
exec body ASM =
"""
val = {{val}}
""";
}
```
## …
-
## Issue
Write the ANTLR Grammar and Lexer for RenPy. Reference [Python Base](https://github.com/antlr/grammars-v4/tree/master/python/python) from ANTLR grammars repository.
## Final State
- …
-
Using JetBrains GoLand and right-clicking in a Grammar file displays a popup menu where some menu options are duplicated.
Interestingly, the duplicate "Configure ANTLR..." menu options do **not** s…
-
It's been two years since the last modification of the LaTeX ANTLR grammar used to parse LaTeX formulas. Currently, it doesn't support multiple equations on the same line, such as `surface = r - r_1 -…
-
I am using Apache Beam with Google Dataflow in Java and I am trying to migrate the java lib from v2.51.0 to v2.59.0
We are using ANTLR v4.11.1 as a dependency of our Beam Pipeline.
With the v2.5…
-
When compiling a parser generated by antlr-kotlin 1.0.1 using Kotlin 2.0.20 and Gradle 8.11 the Kotlin compiler emits this warning:
```
[ERROR_SUPPRESSION] This code uses error suppression for 'U…
-
If I had to guess, it looks like [this Postgres parser grammar](https://github.com/antlr/grammars-v4/blob/master/sql/postgresql/PostgreSQLParser.g4) was produced by someone taking a grammar designed f…
-
## What is the smallest, simplest way to reproduce the problem?
```
@Test
void commentAsTheLastLine() {
rewriteRun(
hcl(
"""
locals {
…
-
I am using ANTLR 4.13.2
```
functionsReturningNumerics
: 'LENGTH' '(' stringPrimary ')'
```
........
passing just 'LENGTH' without parentheses, ANTLR matches the expression.
Is it an ex…
-
I'm getting an error when building from the README for AdaptParser!
The first thing that happens is that after doing the
```bash
java -cp target/AdaptParser-4.11.1-complete.jar org.antlr.v4.MyToo…