Crate cl_lexer

Source
Expand description

Converts a text file into tokens

Modules§

error
Error type for the Lexer
lexer_iter
Iterator over a Lexer, returning LResult<Token>s

Structs§

Lexer
The Lexer iterates over the characters in a body of text, searching for Tokens.