-
When running "make" to build the package, it fails with the following error message:
...
finish encode.
after build, used 686ms.
finish build VS-Tree.
finish sub2id pre2id obj2id
tripleNum is …
-
OS:ubuntu 22.04
python:3.10.6
java:1.8
ATN:4.8
python runtime error:
raise Exception("Could not deserialize ATN with version " + str(version) + " (expected " + str(SERIALIZED_VERSION) + ").")
…
-
Antlr tool does not generate files for a grammar if the path given is a full, rooted path. The following is a session in a "cmd.exe" shell. Notice there are no .java files in the directory before or a…
-
Hello,
I am attempting to run the following code snippet:
``` clojure
(def python-file (slurp "convert_logseq_md_to_org.py"))
(let [g (antlr/parser
"./external/parsers/grammars-v4/py…
-
Can you please upgrade Antlr4.Runtime.Standard to [4.9.2](https://github.com/antlr/antlr4/releases)?
-
Would like to run the Antlr4 parser generator from a node.js package. Prefereably from an electron app.
Using node-java to call the static main method of the Java Antlr Tool class.
I can call t…
-
Hello, I've tried to walk through "Building examples" tutorial for SymbiFlow, and, when running "TARGET="zybo" make -C counter_test" command to create bitstream for counter example, I get the followin…
-
If the lexer grammar is composed only by fragments, for example:
```antlr
lexer gramar MyGrammar;
fragment
FRAGMENT_TOKEN : 'token' ;
```
ANTLR4 generates Java code with a syntax error:
…
-
Hello dear antlr4 maintainers,
there are two issues found by OSS-Fuzz which are varified as fixed
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49339
https://bugs.chromium.org/p/oss-fuz…
-
**Describe the bug**
When parsing a OpenScenario2 file, it sometimes crashes on line 144: `run_log_msg = "[Error]" + " line " + str(line) + ":" + str(column) + ", " + msg` with `TypeError: can only c…
haabe updated
7 months ago