Skip to content

Integer & float parsers, more aliases, and small improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@mathiasverraes mathiasverraes released this 25 Aug 09:37
· 175 commits to main since this release

FEATURE: sepBy2 combinator
FEATURE: apply function
FEATURE: integer parser
FEATURE: float parser
FEATURE: Parser#and() is an alias for append()
FEATURE: Parser#then() is an alias for sequence()
DOCS: Misc improvements and additions
BREAKING: removed some helper functions from the JSON parser
BREAKING nicer API for ParserAssertions