-
* decaf2many version: master
* Python version: python3.10
* Operating System: Apple M2
### Description
translate a very large java file
### ERROR
```
return tree.accept(self)
Fil…
-
- Python v3.7.5
- Pyspark v3.1.2
- delta-spark v1.0.0
Facing an error when using subqueries in where predicate while deleting. This code works fine on databricks but when running it on local mach…
-
- [X] I have reproduced my issue using the latest version of ANTLR (antlr4-tools and antl4-python3-runtime from PyPi)
- [X] I have done a search of the existing issues to make sure I'm not sending in…
-
Howdy,
It'd be nice there was a tmBundle (textmate bundle) for hightling `cql` syntax. It would allow nearly every text editor on the planet to then highlight `CQL`.
Best,
Seve
P.S. I've bee…
-
It seems the keyword escaping is not working in this example grammar. I believe the left recursion is to blame. Demonstration code is below. I suspect it's around here but not sure: https://github…
-
The maven plugin has a help goal (antlr4:help -Ddetail=true), but the resulting list should give the syntax for the parameters when used in a pom.xml file. For example, the antlr4:antlr4 goal describ…
-
Original submission: #7
### Expected Behavior
`./gradlew editorconfigCheck` passes, or fails with a syntax related message
### Actual Behavior
```
ANTLR Tool version 4.7 used for code genera…
-
Hi there! I have been looking into getting antlr4 running within a Gradle build and I have come up with the following code which I think you will find useful.
``` groovy
task generateParser(type: Jav…
-
Hi, the commit here: https://github.com/antlr/antlr4/commit/c96c9ccea0be86f5dbc473052893674759dcc881
the `CharStream` signature for `GetTextFromInterval(Interval) string`
https://github.com/a…
-
Using `Antlr4.Runtime.Standard 4.13.1` and `Antlr4BuildTasks 12.8`.
Please consider the grammar below. For input `[]` I expect tokens `START VALUE("") END`.
```antlr
lexer grammar TagLexer;
ST…