Make syntax error call yyerror() rather than raising a Python exception
[piyacc.git] / tests /
2020-01-18 Nick DowningUpdate hacky hard coded paths to pilex/pitree, fix...
2019-02-03 Nick DowningConvert generate_bison.py to new element class, reinsta...
2018-10-26 Nick DowningAdd LICENSE and README.md, add license information...
2018-09-11 Nick DowningAdd interactive parser ability, tidy up the Python...
2018-09-11 Nick DowningRename pyacc to piyacc, rename PYACC object and prefix...
2018-09-10 Nick DowningAdd --python switch, skel/skel_py.py template, and...
2018-07-29 Nick DowningFix bug with reference offset for mid-rule actions...
2018-07-20 Nick DowningImplement %union/<tag>, add https://github.com/gautamkm...
2018-07-20 Nick DowningImplement midrule actions, and fix bug which suppressed...
2018-07-03 Nick DowningFirst cut, loads and deserializes tree, few post_proces...