Data that is passed around between composed Parsers.
Intended to be static, although nothing prevents you from
accumulating data inside options object - if it makes sense for a particular use case.
Keep in mind that it is the same object that is passed around.
Anything that requires rollbacks - have to be handled in the parser result value instead.
Data that is passed around between composed Parsers.
Intended to be static, although nothing prevents you from accumulating data inside options object - if it makes sense for a particular use case.
Keep in mind that it is the same object that is passed around. Anything that requires rollbacks - have to be handled in the parser result value instead.