Changelog
17.3.0 - January 10, 2015
parse.manyTill
- Thanks @felixSchl
** Consumes first parser until the second parser matches.Changelog
17.2.1 - May 13, 2014
not
not backtracking in certain edge cases.Changelog
17.2.0 - May 13, 2014
parse.not(p)
as non consuming combinator that fails when p
succeeds.min
even if max < min
.Changelog
17.1.0 - April 9, 2014
optional
to be used with a single argument to return null
on
fail.Changelog
17.0.4 - March 19, 2014