ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
javascript
python
java
dart
swift
golang
php
parse
csharp
parsing
cpp
parser-generator
grammar
antlr
antlr4
language-recognition
-
Updated
Sep 15, 2021 - Java
The rust code in the
.lalrpop
files are still on rust 2015 and need to be manually updated sincecargo fix
won't work on those files.We should also update the generated code to emit 2018 idiomatic code (see #2018 )