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

https://github.com/virresh/antlr-visitorexample

A sample example of Visitor endpoints of ANTLR
https://github.com/virresh/antlr-visitorexample

Last synced: over 1 year ago
JSON representation

A sample example of Visitor endpoints of ANTLR

Awesome Lists containing this project

README

          

# Python3 source's parse tree generator

Uses [python3 antlr grammar](https://github.com/antlr/grammars-v4/blob/master/python3-py/Python3.g4)

Usage:
(after installing antlr4 runtime for python3)
```
python3 pyAntVisitor.py test.py
```

For building everything via script requires the grammar file Name as argument
```
./runMe.sh Python3.g4
```