While not needed right now (the "grammar reflector" in the generated code is just an unit struct), it would be useful for a more dynamic implementation (i.e. an interpreter), which might want/need to have its ParseNodeKind be an (interned) index into a context.
While not needed right now (the "grammar reflector" in the generated code is just an unit struct), it would be useful for a more dynamic implementation (i.e. an interpreter), which might want/need to have its
ParseNodeKind
be an (interned) index into a context.