lrparsers/parser
John Doty 76ef85483e Accept is single-valued, the multi-value thing didn't ever make sense
I mean, it did when we thought we were going to weave NFA states as we
were building them but we ended up not doing that and instead just
using the fancy EdgeList splitting magic when building DFAs from the
NFA. It has the same power and is simpler code, and also means that
we'll *never* be asked to have multiple Terminals be accepted from a
single NFA state.
2024-08-27 15:43:01 -07:00
..
__init__.py Move things into more modules 2024-06-10 05:50:09 -07:00
parser.py Accept is single-valued, the multi-value thing didn't ever make sense 2024-08-27 15:43:01 -07:00
runtime.py Specify and honor trivia tokens 2024-08-24 10:01:40 -07:00