Skip to main content

tokenize

Function tokenize 

Source
pub fn tokenize(input: &str) -> Lexed<'_>
Expand description

Tokenize Snowflake SQL into a lossless token stream.

The concatenation of tokens[i].text always equals input.