Fix an error recovery routine that seems to not run often
[pilex.git] / tests /
2022-05-14 Nick DowningOption to build python lexer without groups (simpler...
2019-02-03 Nick DowningConvert generate_flex.py to new element class, reinstat...
2019-01-14 Nick DowningRemove some compiler warnings in calculator test (neede...
2019-01-14 Nick DowningImplement BOL detection in Python skeleton (for ^ opera...
2018-09-26 Nick DowningUpdate skel_py_element.py, implement tests_ast director...
2018-09-26 Nick DowningImplement numbered and named groups with support from...
2018-09-25 Nick DowningRearrange so that group actions don't need any argument...
2018-09-25 Nick DowningImplement action groups (extension syntax), use this...
2018-09-11 Nick DowningImprove the Python skeleton to implement REJECT(),...
2018-09-11 Nick DowningRename plex to pilex, rename PLex object and prefix...
2018-09-10 Nick DowningAdd --python switch, skel/skel_py.py template, and...
2018-07-06 Nick DowningMinor improvements to how test programs are built
2018-07-02 Nick DowningMove CodeBlocks class inside new Section1Or2 class...
2018-07-01 Nick DowningFurther rearrangement to put everything inside the...
2018-06-30 Nick DowningAdd start conditions (AT&T style only), improve EOF...
2018-06-28 Nick DowningMinor bug fixes to get it to scan something, enhance...
2018-06-27 Nick DowningFirst cut at generating state machines compatible with...