Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 796 Bytes

File metadata and controls

23 lines (15 loc) · 796 Bytes

Python 3 parser   Build Status

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.

Install

To install this library, do the following:

git clone https://github.com/bkiers/python3-parser
cd python3-parser
mvn clean install

Example

Some examples are given in this Main class.