Data type TokeniseResult
access this type via: parsing.Tokeniser (uses)
This is a container type to hold the parsed token list, and/or details of any parsing issues.
Fields
ParseToken tokens[] The list of parsed tokens; this may be null if terminal parsing issues were encountered.
TokeniseIssue issues[] The issues (if any) encountered during a parse.