[][src]Module gobble::reader

Structs

CharF
CharsUntil
Escape

A reader for strings, that allows escaping one char and mapping to another char. The returned string has already had the escape replace done

KeyWord
Peek
Read
StringRepeat
Tag
Take
TakeN

Enums

ReadResult

This is the return result for any function wishing to work with Read

Functions

char_f
chars_until
do_tag
eoi
escDeprecated

Build an escaper - used to complete a string, you will already have called checked for the opening part of the string

keyword
or_charDeprecated
peek
readDeprecated
read_fsDeprecated
s_

Convenience wrapper to say allow whitespace around whatever I'm parsing.

s_tagDeprecated

Conveniece wrapper for tag, often you want to allow whitespace around a tag of some kind

string_repeat
tagDeprecated

Check for a specifig string Returns the string, so that used with "or" you can see which result you got

take
take_char
take_n
to_end
ws

Take at least n white space characters

ws_