pub struct Lexer<I> where
I: Iterator<Item = char>, { /* fields omitted */ }
Lex and return the next token.
Implement int gettok();
from the tutorial.
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.