An open API service indexing awesome lists of open source software.

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

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