-
I have search [antlr4-discussion google group](https://groups.google.com/forum/#!forum/antlr-discussion) and stackoverflow ,this is no way to solve this.
1. I use the example [JSON.g4](https://git…
-
\cc @dyweb/mos
idea issuer: @at15
## Requirement
ANTLR is a parser generator, it has runtime for language like Java, Python, JavaScript, Go. But none of them is that good for implementing a n…
-
I tried to use the [existing lexer/parser for PostgreSQL](https://github.com/database-research-lab/go-antlrv4-postgresql-parser), but found out that the code uses an old version of the [antlr4 runtime…
-
This is basically a repeat of #798, which took it from 4.8 to 4.9, and I think it indicates a systemic problem that would be good to get resolved in some way. (But I’m not getting involved—I’d just li…
-
I see ANTLR 4.7 CPP target crash, when running the parser in multiple threads.
It is probably in warm-up phase.
I am using a test scenario with concurrency::parallel_for() to parse multiple file…
chund updated
7 years ago
-
I'm trying to convert a project that uses a maven plugin for antlr4 over to gradle. This code is working (thanks) but I have couple of questions / problems.
I have code in
src/main/antlr4/
the cod…
-
https://github.com/antlr/antlr4/blob/b48c857c3a0ea4329686abe99276dddd991a7724/runtime/Go/antlr/tree.go#L59
If a `terminal` rule is defined in XXX.g4 grammar file, a function `VisitTerminal(ctx *Ter…
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.34 (57b21b8fdcbe3ebb523178b79465254668e…
-
I see nothing has happened here for 3 years, I'm not complaining by the way, but I'm wondering if you have seen this grammar, which appears to be a lot more complete?
https://github.com/venkatperi…
-
I'd like to test the generated parser using grun aka `org.antlr.v4.gui.TestRig`. Amongst other things it provides a simple GUI:
![Grun GUI](https://www.antlr.org/images/sample3.png)
This is prob…