cl_lexer
0.0.5
All Items
Modules
Structs
?
Settings
Crate
cl_lexer
Copy item path
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
.