The release includes more parser combinators:
ws
,letter
,digit
,alphanum
Parser.alt
,opt
,many
- parsers over parsersParser.map
to transform the result of a parserParser.replace_with
,Parser.replace_lazy
to discard the value of the current parserParser.drain_next
to ignore the value of the next parser and use the current parser's value