Calitha GOLD Parser Engine Documentation

LALRParser.Parse Method 

Parse the input with tokens and rules.

public NonterminalToken Parse(
   string input
);

Parameters

input
The source input

Return Value

The nonterminal token that the input has been reduced to. Null if the parse has failed.

See Also

LALRParser Class | com.calitha.goldparser Namespace