[−][src]Module json_peek::lexer
Lexer module which parse string into usable Token
Structs
| Lexer | A Token Lexer which take string and convert it into a list of Token |
| LexerIter | An iterator that generate Token from given |
| Token | A single point of string that represent a useful symbol for Parser to use |
Enums
| TokenKind | Represent each type of Token |
Type Definitions
| TokenStream | Shorthand for Lexer to use |