Module sindra::rules [] [src]

Collection of rules to use with rustpeg parser specification files.

Modules

float

Floating point parsing rule.

int

Integer parsing rule.

string

Rules and methods for parsing strings with escapes.

Functions

remove_underscores

Removes underscores from a string. Used in number parsing (where underscores are allowed as grouping symbols but do not affect the parsed value).