Module lexer

Module lexer 

Source
Expand description

Lexing for the parser.

Structs§

CharLexer
A lexer for a single character.
Cursor
Cursor position in the input.
LexerState
TODO
Regex
A regex matcher that works by composing several other regex matchers automatically.
Span
A span in the source code.

Traits§

TryConvert
A trait for types that can be converted to another type.