-
Сurrent MySQL grammar is missing any rules for parsing [the DELIMITER command](https://dev.mysql.com/doc/refman/5.7/en/stored-programs-defining.html). It causes problems when, for example, parsing the…
-
[On the Ethereum blockchain structure: A complex networks theory perspective](https://doi.org/10.1002/cpe.5493) 2019 Journal Concurrency and Computation: Practice and Experience
Network of Ethereum A…
-
example projects:
- [x] https://github.com/TheAlgorithms/Java.git
- works well. verified with commit 1e16709680d0485d9119db8f2d4e6249f799f17e
- [ ] https://github.com/libgdx/libgdx.git
- [x] htt…
-
Hi,
I am just getting started with Antlr, and I want to try some AST Manipulation for Python.
Honestly I am having a hard time, but I think everything is working I am just using it wrong.
Fo…
-
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://g…
-
Why is there such a mistake?
![image](https://user-images.githubusercontent.com/75195134/164504468-c88aee7d-f7c7-4472-ba4b-c3495b43518d.png)
-
This concerns requests for updating the Python grammar to the latest standard grammar, which is a CPython grammar at https://docs.python.org/3/reference/grammar.html.
* Missing match_stmt. https://…
-
Hi in my project I need to use Antlr-4.9.3 version, along with I am using Antlr-Runtime 4.5 version. So sometimes I am receiving Could not deserialize ATN with UUID 59627784-3be5-417a-b9eb-8131a728608…
-
There are some parsers for HDL however all of them have some ridiculous weakness.
I would like to use [hdlConvertor](https://github.com/Nic30/hdlConvertor) because I know that the Python dependency…
Nic30 updated
5 years ago
-
First of all, thanks for your contribution to antlr4 go.
I have read on antlr4 golang target issues that you are using it in non trivial production work. We are also considering it for parsing our gr…