pub fn tokenize(source: &str) -> Result<Vec<Token>, Diagnostic>
Tokenize with default resource bounds.