antlr4 icon indicating copy to clipboard operation
antlr4 copied to clipboard

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.

Results 411 antlr4 issues
Sort by recently updated
recently updated
newest added

Stackoverflow: https://stackoverflow.com/questions/72266899/golang-performance-issues Google group: https://groups.google.com/g/antlr-discussion/c/OdhAIsy2GfI Example code: https://github.com/movelazar/perf-repro A simple rule such as: ``` 1 EQ 2 OR 1 EQ 2 OR 1 EQ 2 OR 1 EQ 2 OR...

type:bug
target:go
comp:performance

Signed-off-by: Hervé Boutemy equivalent to https://github.com/antlr/antlr3/pull/210 that I did for ANTLR3 given ANTLR4 uses ANTLR3, to get a full reproducible build for ANTLR4, ANTLR3 version will require to be upgraded...

comp:build
type:cleanup

Is there any comparison to other libraries? such as https://github.com/lark-parser/lark#comparison-to-other-libraries

# What Add a JavaScript port of the TokenStreamRewriter that includes most, but not all, of the methods from the Java implementation. # Why So that JavaScript developers can benefit...

Re; Go Target I note in your installation instructions that you point out that _go get_ has no way to specify tags. However, if you just add go module support...

As detailed in #3708, it is necessary to link against the (p)threads library in order to be able to use std::call_once without producing linker errors. Since this function is frequently...

Closes #3805 I'm using Python 3.9. I tried `python setup.py sdist upload -r pypitest` but got ``` ... Writing antlr4-python3-runtime-4.10.1/setup.cfg Creating tar archive removing 'antlr4-python3-runtime-4.10.1' (and everything under it) running...

For the same reason that parsers need a `self`-like attribute in semantic predicates(_i.e._, `self` vs. `this` vs. ...), lexers do as well. [Commit 38c4e2b0028d2a305d0cf05ce5669d23d67ea88e](https://github.com/RossPatterson/antlr4/commit/38c4e2b0028d2a305d0cf05ce5669d23d67ea88e), back in 2014, added `$parser` for...

I've ported a very large XPath engine from Java to C#, and have been updating it to XPath 3.1, and integrating Antlr parse tree support as DOM with the addition...

Could you please publish python wheel to pypi? Currently there is only [source](https://pypi.org/project/antlr4-python3-runtime/#files).