Help people discover how to do take_while
, et al, with parsers instead of predicates
#1416
Milestone
take_while
, et al, with parsers instead of predicates
#1416
Prerequisites
Here are a few things you should provide to help me understand the issue:
Test case
It was unclear how to do
take_while
with a parser, rather than a predicate, so I wrote my owntake_many
, used likeTurns out, there are built-in ways of doing this with
recognize
andmany0_count
.The text was updated successfully, but these errors were encountered: