New features proposed and drafted by @lostinplace:
- Added the
debug
parser to make it easy to print or callback from a particular parser for debugging purposes (#28)
- Added the
until
parser to capture all input until a parser matches (#29)
- Added
min
and max
to rep
and repsep
to constrain the minimum and maximum number of times each will match