Module sqlite3_parser::lexer
source · Expand description
Streaming SQLite tokenizer
Modules
- Adaptation/port of
SQLitetokenizer
Structs
- Like a
BufReaderbut with a growable buffer. Successive calls to thescanmethod will step through the ‘tokens’ of a file, skipping the bytes between the tokens.
Traits
- Split function used to tokenize the input