You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DFAState.accept_symbol is a Symbol. Have it a reference to the Symbol in the symbol table. DFAEdge.chars is a CharacterSet. Have it reference Symbol in symbol table. LALRAction.symbol is a Symbol. Same as above.
Lifetime annotations and refactoring for reference implementations.