GoldDotNet Documentation

Parser.Parse Method 

Executes a parse-action.

public ParseMessage Parse();

Remarks

When this method is called, the parsing engine reads information from the source text and then reports what action was taken. This ranges from a token being read and recognized from the source, a parse reduction, or some type of error.

See Also

Parser Class | DevinCook.GoldParser Namespace