function Initialize()
Create a new token Start
Set the State property of Start to the Initial-LALR-State.
Set the Parent-Symbol property of Start to the Start-Symbol.
Push Start onto the LALR-Token-Stack.
Set the Comment-Level to 0.
Clear the Input-Stack.
end function |