-
I am using ant 1.10.1 to run mkit.bat. I got the following error. Any hint will be appriciated
`[ant-antlr3] ANTLR Parser Generator Version 3.2 Sep 23, 2009 12:02:23
[ant-antlr3] D:\Bitbucket\cs2…
-
Antlr 4 is considerably more powerful than javacc, and javacc's future is a bit less certain these days; a [Rust grammar is available](https://github.com/jbclements/rust-antlr) that could probably jus…
-
ANTLR 4 does not recognize the end lines correctly. Below is the link to the grammar file we used with an example
Link: https://github.com/antlr/grammars-v4/tree/master/python/python2_7_18
1. de…
-
The FortranLexer.g4 was copied from https://github.com/AkhilAkkapelli/Fortran2023Grammar/blob/553123a023f70e9a524e2a4036be128978834c42/Fortran2023Lexer.g4. But, it contains many problems.
### Comme…
-
I personally have the problem of using the library with a new version of spring boot (Hibernate particularly).
That version depends on ANTLR 4.10.1 but the grammar version is incompatible with versio…
-
## What problem are you trying to solve?
- one needing to manually call `generateAntlrSources` to regenerate parser superclasses
- the project including ANTLR generated code in VCS: https://github…
-
Hi, I wanted just to thank you for you amazing work. I am using your library to build [kanvas](https://github.com/ftomassetti/kanvas) in Kotlin.
For now I am basically defining simple editors for ANT…
-
Here is a script:
```xonsh
#!/usr/bin/env xonsh
$RAISE_SUBPROC_ERROR = True
trace on
# Generate a Fortran AST from AST.asdl (Python)
python grammar/asdl_py.py
# Generate a Fortran AST from …
-
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…
-
Here is a grammar with some various spaces in alt indentation, before and after parentheses.
```
// $antlr-format alignColons hanging, alignSemicolons hanging, alignTrailingComments true, allowSho…