Utility function returning the number of tokens that are not yet parsed (current token included).
Useful when creating custom base parsers.
Note: Can return a negative value if the supplied position goes beyond the tokens array length for whatever reason.
Data.
Current position.
Generated using TypeDoc
Utility function returning the number of tokens that are not yet parsed (current token included).
Useful when creating custom base parsers.
Note: Can return a negative value if the supplied position goes beyond the tokens array length for whatever reason.