Calitha GOLD Parser Engine Documentation

LALRParser.OnAccept Event

This event will be called if the parser is finished and the input has been accepted.

public event AcceptHandler OnAccept;

Event Data

The event handler receives an argument of type AcceptEventArgs containing data related to this event. The following AcceptEventArgs property provides information specific to this event.

Property Description
Token The fully reduced nonterminal token that consists of all the other reduced tokens.

See Also

LALRParser Class | com.calitha.goldparser Namespace