[][src]Module gobble::repeater

Structs

Exact
Reflect
RepPlus
RepStar
RepUntil
SepPlus
SepStar
SepUntil

Functions

do_exact
do_rep
exact
reflect

A function for making sure number match on both sides of an equals

rep
rep_plus
repeat_nDeprecated

Repeat an exact number of times

repeat_until

Repeats the first parser until the second parser. returns a vec of the first parsers results

repeat_until_ig
sep
sep_plus
sep_until

Allows for better errors looping until a specific finish. It does not return the close or the seperators the close is expected to be some kind of closer like '}' If you need the close you will have to use sep(..).then(..) though the errors will be less nice