antlr/runtime/Python2
Renata Hodovan 6e02088e6a Python: add public getter to parsers to access syntax error count.
ANTLR parsers in Java are allowed to access the number of encountered
syntax errors via the getNumberOfSyntaxErrors method. However, the
Python variants must use the protected _syntaxErrors member to get this
value. The patch defines the same getter for Python targets too.
2017-07-18 18:29:36 +02:00
..
src/antlr4 Python: add public getter to parsers to access syntax error count. 2017-07-18 18:29:36 +02:00
tests Merge branch 'master' of github.com:antlr/antlr4 2017-03-30 11:07:02 -07:00
MANIFEST.in mv files into proper position for folding into main antlr4 repo; delete already moved stuff 2015-06-30 14:13:56 -07:00
README.txt fix links 2015-11-23 16:19:45 -08:00
RELEASE-4.5.txt mv files into proper position for folding into main antlr4 repo; delete already moved stuff 2015-06-30 14:13:56 -07:00
setup.py rename 4.6.1 to 4.7 everywhere 2017-02-23 14:48:58 -08:00

README.txt

This is the Python 2.7 runtime for ANTLR.
Visit the ANTLR web sites for more information:
http://www.antlr.org
https://raw.githubusercontent.com/antlr/antlr4/master/doc/python-target.md