lrparsers/parser
John Doty a99b3ecb70 Interpret precedence the way tree-sitter does, kinda
This allows most of our precedence to be re-used. There are some cases
still where tree-sitter gets confused (and we don't), see the
corresponding change to grammar.py. I wish I knew how to fix this but
I don't. :(
2024-09-01 07:38:46 -07:00
..
__init__.py Move things into more modules 2024-06-10 05:50:09 -07:00
parser.py More ways of writing 2024-09-01 06:52:13 -07:00
runtime.py Terminal 'value' is 'name', compile_lexer is method 2024-08-29 08:22:23 -07:00
tree_sitter.py Interpret precedence the way tree-sitter does, kinda 2024-09-01 07:38:46 -07:00