Result
Represents a successful parse result for a Rule.
A Result encapsulates both the AST node produced by the matched Production, and the total number of tokens consumed (captureLength) from the input Token stream used to produce this Node.
Parameters
N
The type of Node produced