Skip to main content

Module symbol

Module symbol 

Source

Enums§

CmpSymbol
LogicSymbol

Functions§

ctx_desc
Creates a description context for winnow error reporting.
ctx_label
Creates a label context for winnow error reporting.
ctx_literal
Creates a string literal context for winnow error reporting.
symbol_assign
Parses the = symbol.
symbol_brace_beg
Parses the { symbol.
symbol_brace_end
Parses the } symbol.
symbol_bracket_beg
Parses the ( symbol.
symbol_bracket_end
Parses the ) symbol.
symbol_brackets_beg
Parses the [ symbol.
symbol_brackets_end
Parses the ] symbol.
symbol_cmp
Parses any comparison operator and returns the corresponding CmpSymbol.
symbol_cmp_eq
Parses the == comparison operator.
symbol_cmp_ge
Parses the >= comparison operator.
symbol_cmp_gt
Parses the > comparison operator.
symbol_cmp_le
Parses the <= comparison operator.
symbol_cmp_lt
Parses the < comparison operator.
symbol_cmp_ne
Parses the != comparison operator.
symbol_cmp_we
Parses the =* comparison operator.
symbol_colon
Parses the : symbol.
symbol_comma
Parses the , symbol.
symbol_dollar
Parses the $ symbol.
symbol_logic
Parses any logic operator and returns the corresponding LogicSymbol.
symbol_logic_and
Parses the && logic operator.
symbol_logic_not
Parses the ! logic operator.
symbol_logic_or
Parses the || logic operator.
symbol_marvel
Parses the ! symbol.
symbol_match_to
Parses the => symbol.
symbol_pipe
Parses the | symbol.
symbol_semicolon
Parses the ; symbol.
symbol_under_line
Parses the _ symbol.
symbol_var
Parses the var symbol.