antlr/runtime
Renata Hodovan 03d5fb1244 Make Python targets more pythonic.
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.
2016-09-25 10:33:27 +02:00
..
CSharp set code string versions to 4.5.3 2016-03-30 16:21:50 -07:00
Java make it possible to add breakpoint 2016-06-23 15:06:14 +02:00
JavaScript links update 2016-04-26 13:27:26 +08:00
Python2 Make Python targets more pythonic. 2016-09-25 10:33:27 +02:00
Python3 Make Python targets more pythonic. 2016-09-25 10:33:27 +02:00