[][src]Module gobble::repeater

Structs

Reflect
RepUntil
RepeatN
Repeater
SepUntil
Separated

Functions

do_repeat_n
reflect

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

repeat
repeat_n

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_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