Make syntax error call yyerror() rather than raising a Python exception
[piyacc.git] / ndcode /
2023-12-25 Nick DowningMake syntax error call yyerror() rather than raising... master
2023-12-25 Nick DowningIn /ndcode/piyacc/generate_py.py, remove a workaround...
2023-12-25 Nick DowningFix location tracking bugs (i) cursor was not initializ...
2023-12-21 Nick DowningFix location for one error message
2023-11-18 Nick DowningModify ast_text_to_python() to handle stray whitespace...
2021-10-23 Nick DowningReplace EQUAL, PIPE and SEMICOLON tokens with their...
2020-02-16 Nick DowningFurther work on documentation, now have doc/index.rst...
2020-02-15 Nick DowningFirst cut at sphinx documentation (pretty rough)
2020-01-26 Nick DowningMove everything into ndcode/piyacc/, import from ndcode...