Module nom::nom [] [src]

Useful parser combinators

A number of useful parser combinators have already been implemented. Some of them use macros, other are implemented through functions. Hopefully, the syntax will converge to onely one way in the future, but the macros system makes no promises.

Functions

alpha
alphanumeric
be_f32
be_f64
be_i16
be_i32
be_i64
be_i8
be_u16
be_u32
be_u64
be_u8
begin
digit
eof
is_alphabetic
is_alphanumeric
is_digit
is_space
le_i16
le_i32
le_i64
le_i8
le_u16
le_u32
le_u64
le_u8
length_value
line_ending
multispace
not_line_ending
print
sized_buffer
space
tag_cl