Method Parser.LR.Parser()->Kernel()->do_goto()
- Method do_goto
Kerneldo_goto(int|stringsymbol)- Description
Generates the state reached when doing goto on the specified symbol. i.e. it compiles the LR(0) state.
- Parameter
symbol Symbol to make goto on.