lrparsers/parser
John Doty 0c952e4905 Correct NFA construction
There was a bug in the way that I was converting regular expressions
to NFAs. I'm still not entirely sure what was going on, but I
re-visited the construction and made it follow the literature more
closely and it fixed the problem.
2024-08-24 09:24:29 -07:00
..
__init__.py Move things into more modules 2024-06-10 05:50:09 -07:00
parser.py Correct NFA construction 2024-08-24 09:24:29 -07:00
runtime.py Generated lexers actually kinda work 2024-08-23 15:32:35 -07:00