0.5.0 #100
stephencelis
started this conversation in
General
0.5.0
#100
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Parse
andOneOf
entry points into@ParserBuilder
and@OneOfBuilder
blocks.Peek
parser: for running a parser and checking its result without consuming input (thanks @randomeizer).Not
parser: for running a parser and succeeding if it fails (or failing if it succeeds) (thanks @randomeizer).Skip
,Many
, etc.Int.parser()
now takes anInt
(notSelf
) as its radix.Many
's performance has been improved.This discussion was created from the release 0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions