lrparsers/parser
John Doty 7a5f17f74b Specify and honor trivia tokens
e.g. "this is how machine-generated parsers know to skip blanks and
comments"

The run time implementation could be better; we don't really want to
just discard trivia because it's useful for e.g. doc comments and the
like. BUT for now this is fine.
2024-08-24 10:01:40 -07:00
..
__init__.py Move things into more modules 2024-06-10 05:50:09 -07:00
parser.py Specify and honor trivia tokens 2024-08-24 10:01:40 -07:00
runtime.py Specify and honor trivia tokens 2024-08-24 10:01:40 -07:00