Make syntax error call yyerror() rather than raising a Python exception
[piyacc.git] / .gitignore
2022-05-14 Nick DowningRemove /tests_ast as it now has its own repository...
2020-02-15 Nick DowningFirst cut at sphinx documentation (pretty rough)
2020-01-26 Nick DowningMove everything into ndcode/piyacc/, import from ndcode...
2019-02-03 Nick DowningConvert generate_bison.py to new element class, reinsta...
2019-01-29 Nick DowningUpdate to pitree.git commit 5cba525 (don't use bootstra...
2019-01-28 Nick DowningUse tests_ast/cal_py.t, get rid of old AST generator...
2019-01-28 Nick DowningFreeze compiled pilex.git commit 767c103, pitree.git...
2019-01-21 Nick DowningAdd element-based Python scanner/parser in root of...
2019-01-19 Nick DowningAdd bootstrap/n.sh test script, fix ../../bootstrap_bis...
2019-01-18 Nick DowningImplement re-scanning of action text to insert ValueRef...
2019-01-17 Nick DowningAdd Python version of bootstrap_bison.git parser (adds...
2018-09-12 Nick DowningFirst cut at automatic AST generation with piyacc.py...
2018-09-10 Nick DowningAdd --python switch, skel/skel_py.py template, and...
2018-08-10 Nick DowningRename skeleton to skel_bison.c, include skel_bison...
2018-07-20 Nick DowningImplement %union/<tag>, add https://github.com/gautamkm...
2018-07-03 Nick DowningFirst cut, loads and deserializes tree, few post_proces...