lrparsers/parser
John Doty ea5fab4e4e Tree-sitter regexps are structured
Instead of trying to build a regular expression string, just build a
structured thing with seq() and choice() and whatnot. This is
technically uglier but fixes a problem I found with comment regular
expressions so you know, it works, which is better than not working.

Also now tokens get named and maybe that's good? It's so hard to say.
2024-09-05 11:51:29 -07:00
..
__init__.py Move things into more modules 2024-06-10 05:50:09 -07:00
parser.py Fix regex generation, extras 2024-09-05 06:32:28 -07:00
runtime.py Terminal 'value' is 'name', compile_lexer is method 2024-08-29 08:22:23 -07:00
tree_sitter.py Tree-sitter regexps are structured 2024-09-05 11:51:29 -07:00