python-ast
Python parser built using ANTLR
Build a Jar with all the dependencies
gradle fatJar
Grammar
The original grammar has been obtained from:
https://github.com/antlr/grammars-v4/tree/master/python3
It is available under the MIT License
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
examples | ||
|
|
src/main | ||
|
|
.gitignore |
|
|
|
|
LICENSE | ||
|
|
README.md |
|
|
|
|
build.gradle |
|
|
Python parser built using ANTLR
gradle fatJar
The original grammar has been obtained from:
https://github.com/antlr/grammars-v4/tree/master/python3
It is available under the MIT License