forked from jasder/antlr
03d5fb1244
The Python implementations are completely synchronous with the Java version even if some of the constructs can be expressed with simpler Python solutions. These are typically the all, any, count, next builtins or the list comprehensions, etc. Beside using them makes the code clearer, they are also prefered by the standard and can result in performance speedup. The patch contains such equivalent transformations in the Python targets. |
||
---|---|---|
.. | ||
bin | ||
src/antlr4 | ||
test | ||
LICENSE.txt | ||
MANIFEST | ||
MANIFEST.in | ||
README.txt | ||
RELEASE-4.5.txt | ||
setup.py |
README.txt
This is the Python 3.4 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