pub fn parse(input: &str) -> Vec<&str>
Parses the specified input and returns a vector of tokens.
input
Parsing is expected to always succeed. Panics if there is a parsing error.