Executes a parse-action.
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.
Parser Class | DevinCook.GoldParser Namespace