Module parser

Module parser 

Source
Expand description

Underlying nom parser.

Enums§

LexErrorType
Represents a lexer error.

Functions§

expr
Parser for an ESExpr expression.
simple_identifier
Parser for a simple identifier.
skip_ws
Parser that skips whitespace and comments.