File python3-spark_parser.changes of Package python3-spark_parser
-------------------------------------------------------------------
Mon Dec 5 16:59:04 UTC 2016 - arun@gmx.de
- update to version 1.5.1:
* Add add limited Kleene closure symbols *, +, and optional suffix ?
in grammar rules.
* Use these to simplify Python2 grammar
* Improve coverage in tests of Python2 grammar
* Start a NEW-FEATURES file
* Error if start symbol is not on LHS of grammar
* Check for totally recursive rules
-------------------------------------------------------------------
Sat Nov 26 18:05:59 UTC 2016 - arun@gmx.de
- update to version 1.5.0:
* User-definable reduction check. This allows one to specify an
additional check before a rediction is made. For example in
uncompyle6 we check whether a SETUP_LOOP target jumps to the last
token of the rule. Or that an augmented assignment statement
doesn't have inplace-binary operators
* User defined reduce printing rule. For example, the uncompyle6
token class has line numbers and offsets associated with them. We
can show these as part of the reduction rule.
* Go over python 2 grammar and improve, but some indentation things
are slightly worse. Sigh.
* spark.py Fix small python2 print bug
- changes from version 1.4.3:
* handle Python 2.3 via the 2.4 branch
* change grammer dup debug switch from 'rules' (already used) to
'dup'
- changes from version 1.4.2:
* Fix botched release
* handle Python 2.5 via the 2.4 branch
- changes from version 1.4.1:
* Elimiate duplicate grammar rules
* Allow hook for additional reduction testing
* Fix up setup.py: tests_require not test_requires
* Python 2.5 tolerance
* update example doc
-------------------------------------------------------------------
Fri Sep 23 18:32:31 UTC 2016 - toddrme2178@gmail.com
- Initial version