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
trafficstars

Ok, my first contribution to antlr. So what's the deal? I don't like running antlr through python, but I needed to download it anyway to figure out how to run...

This is a bug that I found while trying to validate the parse trees produced for input across different ports (aka "target"). The problem is specifically in the JavaScript runtime,...

- [+ ] I have reproduced my issue using the latest version of ANTLR - [ -] I have asked at [stackoverflow](http://stackoverflow.com/questions/tagged/antlr4) - [ +] Responses from the above seem...

Depending on how simply its implemented, it could be incredibly beneficial. Personally, since I'm already using zstd in my compiler project, I wouldn't mind zstd, but a super simple compression...

It was mentioned several years ago in #3874 that the `Tool` class writes generated source code to the filesystem without an option to generate it in memory. I’ve encountered a...

Some functions of class `ParseTree`, e. g. - `std::string ParseTree::toStringTree(…)` - `std::string ParseTree::toString()` - `std::string ParseTree::getText()` are not intended to modify the object. Thus they should also be tagged as...

I'm targeting c# and the latest available version of the antlr.runtime is 4.6.6, there is no 4.13.2 available in the nuget repository, the documentation points to a nugget gallery that...

📛 Issue: https://github.com/antlr/antlr4/issues/4733 A simple bug in the ANTLR4 code generator for C++. If we generate a lexical analyzer for any ANTLR4 grammar using target C++, then we can see...

```cpp // Generated from WhixyLexer.g4 by ANTLR 4.13.2 #include "WhixyLexer.h" using namespace antlr4; using namespace Whixy; using namespace antlr4; ``` This is a tiny tiny issue but the C++ generator...