Expand description
Lexing for the parser.
Structs§
- Char
Lexer - A lexer for a single character.
- Cursor
- Cursor position in the input.
- Lexer
State - 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.