[][src]Module arithmetic_parser::grammars

Standard grammars.

Structs

NumGrammar

Single-type numeric grammar parameterized by the literal type.

Traits

NumLiteral

Numeric literal used in NumGrammars.

Functions

ensure_no_overlap

Ensures that the child parser does not consume a part of a larger expression by rejecting if the part following the input is an alphanumeric char or _.

Type Definitions

F32Grammar

Type alias for a grammar on f32 literals.

F64Grammar

Type alias for a grammar on f64 literals.