https://github.com/ftomassetti/python-ast
Python parser built using ANTLR
https://github.com/ftomassetti/python-ast
Last synced: 4 months ago
JSON representation
Python parser built using ANTLR
- Host: GitHub
- URL: https://github.com/ftomassetti/python-ast
- Owner: ftomassetti
- License: apache-2.0
- Created: 2016-02-20T09:01:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T16:04:08.000Z (over 9 years ago)
- Last Synced: 2025-05-13T14:36:21.385Z (5 months ago)
- Language: ANTLR
- Size: 20.5 KB
- Stars: 43
- Watchers: 4
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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