Crate atm_parser_helper_common_syntax

Source

Enums§

Number

Traits§

ByteStringLiteralE
A trait for error types that can represent errors occurring when parsing a byte string literal.
FloatLiteralE
A trait for error types that can represent errors occurring when parsing an integer literal.
IntLiteralE
A trait for error types that can represent errors occurring when parsing an integer literal.
Utf8StringLiteralE
A trait for error types that can represent errors occurring when parsing a UTF-8 string literal.
WhiteSpaceE
A trait for error types that can represent errors occurring when parsing whitespace.

Functions§

parse_byte_string
Parse a byte string literal.
parse_float
Parse a floating-point number literal.
parse_int
Parse an integer literal.
parse_number
Parse number literal.
parse_utf8_string
Parse a UTF-8 string literal.
spaces
Parse an arbitrary amount of whitespace.
u8_from_binary
u8_from_decimal
u8_from_hex