Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
7.2::
LR
LR.parser
LR.parser()->kernel

Method 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.