Data that is passed around between composed Parsers.
Intended to be static, although nothing prevents you from accumulating data inside options object if parsed grammar allows to do so.
Parser options object.
Tokens array - the subject of parsing.
Generated using TypeDoc
Data that is passed around between composed Parsers.
Intended to be static, although nothing prevents you from accumulating data inside options object if parsed grammar allows to do so.