Changelog
1.11.0 (2018-06-23)
.tryParse
and
.formatError
by showing a full preview of the input with surrounding
context, pointing directly at the error (works for both string and Buffer
parsers)Changelog
1.9.0 (2018-06-15)
parser.desc(array)
signature and Parsimmon.makeFailure(index, array)
signature to support starting with an array of expectationsChangelog
1.8.0 (2018-06-04)
parser.tieWith(separator)
, a generalized version of parser.tie()
Changelog
1.7.2 (2018-04-05)
seqObj
and bitSeqObj
wouldn't work with keys that were
already part of Object.prototype
Changelog
1.7.0 (2018-03-10)
Parsimmon.Binary.bitSeq
Parsimmon.Binary.bitSeqObj
Parsimmon.Binary.byte
Changelog
1.6.4 (2018-01-01)
parser.many()
to throw an error if it detects an infinite parse loop.