Extracted from Pike v7.8 release 866 at 2018-07-18.
pike.ida.liu.se
[Top]
Parser
Parser.LR
Parser.LR.Parser
Parser.LR.Parser()->Kernel

Method Parser.LR.Parser()->Kernel()->do_goto()


Method do_goto

Kernel do_goto(int|string symbol)

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.