[][src]Module gobble::reader

Structs

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

Read
Tag
Take

Enums

ReadResult

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

Functions

common_str

An commonly used form for quoted strings

eoi
esc

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

is_alpha
is_alpha_num
is_num
read
read_fs
s_

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

s_tag

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

tag

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

take
to_end
ws

Take at least n white space characters