Expand description
Underlying nom parser.
Enums§
- LexError
Type - Represents a lexer error.
Functions§
- expr
- Parser for an
ESExprexpression. - simple_
identifier - Parser for a simple identifier.
- skip_ws
- Parser that skips whitespace and comments.
Underlying nom parser.
ESExpr expression.