Function geo_aid::script::token::tokenize

source ·
pub fn tokenize(input: &str) -> Result<Vec<Token>, Error>
Expand description

Tokenizes the given script.

§Errors

Emits an appropriate error if the script is invalid and tokenization fails.