lrparsers/parser
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
..
wadler [wadler] One more bit of writing. 2024-09-21 07:45:59 -07:00
__init__.py Move things into more modules 2024-06-10 05:50:09 -07:00
emacs.py Emit an emacs major mode 2024-09-06 11:51:09 -07:00
generated_source.py Helper routines for generating source code 2024-09-06 11:50:17 -07:00
parser.py [parser] Pager's algorithm. Faster. 2024-10-05 16:00:41 -07:00
runtime.py [parser] Error recovery tests 2024-09-22 08:46:54 -07:00
tree_sitter.py Move formatting meta around, actually mark stuff up 2024-09-10 11:47:22 -07:00