Module char_stream

Source
Expand description

IntStream extension for Lexer that allows subslicing of underlying data

Traitsยง

CharStream
Provides underlying data for Tokens.
InputData
Trait for input that can be accepted by InputStream to be able to provide lexer with data. Public for implementation reasons.