Make better use of numpy.nonzero in compression step, borrowing from pyacc2.git
[pilex.git] / ast.py
2018-07-22 Nick DowningIntroduce PLex.Section2.Rule.FLexRule which is always...
2018-07-22 Nick DowningImplement compound rules
2018-07-21 Nick DowningChange the semantic analysis pass to only index the...
2018-07-21 Nick DowningIntroduce the PLex.Text.get_text() method, and rearrang...
2018-07-21 Nick DowningGet latest regex.py and other modules (since it has...
2018-07-06 Nick DowningMinor improvements to how test programs are built
2018-07-02 Nick DowningChange bracketing of action text so that delimiters...
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 DowningRearrange AST class structure to use inner class defini...
2018-06-30 Nick DowningChange how start conditions are represented in 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...