Crate lex

Source

Modules§

parse

Structs§

Config
A parse config.
Error
A parsing error.
ParseContext
A lexical token with an associated parse config.
Token
A string value with an associated source code position.

Type Aliases§

ParseResult
The result of parsing an element T with error type E.