Expand description
IntStream extension for Lexer that allows subslicing of underlying data
Traitsยง
- Char
Stream - Provides underlying data for Tokens.
- Input
Data - Trait for input that can be accepted by
InputStreamto be able to provide lexer with data. Public for implementation reasons.