Fix several bugs to get Python scanner/parser basically working, processes ../tests...
[pilex.git] / regex.py
2018-09-26 Nick DowningImplement element groups with support from pilex (not... origin/master
2018-09-25 Nick DowningImplement action groups (extension syntax), use this...
2018-07-28 Nick DowningMinor fixes to yywrap and how prefixes and outfiles...
2018-07-24 Nick DowningAdd continued actions and %option nodefault, make accli...
2018-07-23 Nick DowningImplement %option caseless, also accept and ignore...
2018-07-21 Nick DowningGet latest regex.py and other modules (since it has...
2018-06-28 Nick DowningFix issue with transitions/threads and issue with dupli...
2018-06-27 Nick DowningFirst cut at generating state machines compatible with...