[][src]Module bogobble::repeater

Structs

Exact
PlusUntil
Reflect
RepPlus
RepStar
SepPlus
SepStar
SepUntil
StarUntil

Functions

do_rep
exact

Repeat an exact number of times

plus
plus_until
plus_until_ig
reflect

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

sep_plus
sep_star
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 Recent changes mean that this now returns the ending result aswel, if you wish to ignore that use sep_until_ig

sep_until_ig
star
star_until
star_until_ig