Skip to main content

Crate harn_lexer

Crate harn_lexer 

Source

Structs§

Lexer
Character-by-character scanner producing tokens.
Span
Source location for error reporting.
Token
A token with its kind and source location.

Enums§

LexerError
Lexer errors.
StringSegment
A segment of an interpolated string.
TokenKind
Token kinds produced by the lexer.