Module menhir_runtime::lexing 
                   
                       [−]
                   
               [src]
The lexer interface.
Structs
| IteratorLexer | 
                                 Adapter type to convert an iterator into a lexer.  | 
                       
| UnexpectedEof | 
                                 This error indicates that the lexer reached the end of the input stream while the parser was still expecting input.  | 
                       
Traits
| Lexer | 
                                 The lexer interface.  |