Make syntax error call yyerror() rather than raising a Python exception
[piyacc.git] / element.py
2020-02-16 Nick DowningFurther work on documentation, now have doc/index.rst...
2019-01-29 Nick DowningUpdate to pitree.git commit 5cba525 (don't use bootstra...
2019-01-28 Nick DowningFreeze compiled pilex.git commit 767c103, pitree.git...
2019-01-28 Nick DowningRemove obsolete __repr__() and repr_serialize() on...
2019-01-21 Nick DowningGet direct AST generation working properly, does not...
2018-10-26 Nick DowningAdd LICENSE and README.md, add license information...
2018-09-13 Nick DowningExtend calculator example to build an AST and re-calcul...
2018-07-19 Nick DowningFix serialization so that nodes (e.g. PYACC.Production...
2018-07-19 Nick DowningChange 'utf-8' encoding back to 'unicode' since xml...
2018-07-03 Nick DowningFirst cut, loads and deserializes tree, few post_proces...