Enums§
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
varsymbol.