Calitha GOLD Parser Engine Documentation

LALRParser Constructor 

Creates a new LALR parser.

public LALRParser(
   IStringTokenizer tokenizer,
   StateCollection states,
   State startState,
   SymbolCollection symbols
);

Parameters

tokenizer
A tokenizer.
states
The LALR states.
startState
The starting state.
symbols

See Also

LALRParser Class | com.calitha.goldparser Namespace