The GOTO map for the lr items.
It is a key-value pair with state name as key and GotoMapEntry as value.
Example: GOTO('i0', 'A') = 'i1'
GOTO('i0', 'A') = 'i1'
{ "i0": { "A": LRClosure, ... } }
GotoMap
Generated using TypeDoc
The GOTO map for the lr items.
It is a key-value pair with state name as key and GotoMapEntry as value.
Example:
GOTO('i0', 'A') = 'i1'
{ "i0": { "A": LRClosure, ... } }
GotoMap