An ANTLR4 grammar for Python 3 based on version 3.3.5 of The Python Language Reference.
The unit tests consist of parsing all Python source files from Python 3's standard library which will take about 20 to 30 seconds to complete.
To install this library, do the following:
git clone https://github.com/bkiers/python3-parser
cd python3-parser
mvn clean install
Some examples are given in this Main class.