lrparsers/tests
John Doty eef1db72da [parser] Pager's algorithm. Faster.
As good as LALR but the implementation isn't embarassing. (Still
pretty bad though.)

Honestly the next thing to do is to delete LALR and just use Pager's
and also rebuild ConfigSet et al to be ItemSet so that Pager's alg
can go even faster. I think I want to keep LR1 just for completeness
so I might as well not delete SLR and LR0, although I *could* I
suppose.
2024-10-05 16:00:41 -07:00
..
__init__.py Tests. Well, test. 2024-06-15 06:14:37 -07:00
test_error_recovery.py [parser] Actually add the new tests 2024-09-22 08:49:33 -07:00
test_generated_source.py Helper routines for generating source code 2024-09-06 11:50:17 -07:00
test_grammar.py [parser] Pager's algorithm. Faster. 2024-10-05 16:00:41 -07:00
test_lexer.py Finish annotating test grammar, forced breaks, fixes 2024-09-13 11:57:16 -07:00
test_wadler.py [readme] Rewrite the readme and add a helper 2024-09-21 08:45:49 -07:00