lrparsers/parser
John Doty a2c6390c23 Start to work on a prettier system.
Still very garbage but I think the "hard" part of building a Wadler
document from a parse tree might be there. It's a backtracking matcher
which might turn out to be too slow for alternatives but maybe will be
fine?

Still needs lots of tests.
2024-09-07 13:02:09 -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 Starting to look at pretty-printing with the idea of auto-indentation 2024-09-06 16:23:14 -07:00
runtime.py Terminal 'value' is 'name', compile_lexer is method 2024-08-29 08:22:23 -07:00
tree_sitter.py Add the language name to the end of generated scopes 2024-09-05 15:12:55 -07:00
wadler.py Start to work on a prettier system. 2024-09-07 13:02:09 -07:00