-
Code line : https://github.com/antlr/antlr4/blob/7982187134a6776d13cf8b1f9725f137d08adaec/tool/src/org/antlr/v4/tool/DOTGenerator.java#L262
Stacktrace:
```
Exception in thread "main" java.lang.Il…
-
Trying to load Glue catalog via local Glue dev environment using code from
```
%pyspark
import sys
from pyspark.context import SparkContext
from awsglue.context import GlueContext
glueContex…
-
>java -cp .;antlr-3.3-complete.jar org.antlr.Tool PLSQL3.g
error(10): internal error: Can't get property indirectDelegates using method get/isIndirectDelegates from org.antlr.tool.Grammar instance :…
-
Hey! Just found out about this project - it looks like you've done a lot of awesome work. I'm just wondering, have you ever considered getting it officially merged into ANTLR?
I've been working on …
-
### 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…
-
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…
-
- 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…
-
Hi I am building antlr binary and use it to generate my parser and I saw a NPE in the runtime
Here is what I did
```
git clone -b rust-target https://github.com/rrevenantt/antlr4
git submodule upd…
-
Howdy folks, been looking over this specification and its pretty complete, but I have some concerns about the per-type specific component value transformations.
Specifically the various bits that a…
-
Building on:
````
mvn --version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
Maven home: /home/aaime/apps/apache-maven-3.3.9
Java version: 1.8.0_121,…
aaime updated
7 years ago