parse

Function parse 

Source
pub fn parse(input: &str) -> Vec<&str>
Expand description

Parses the specified input and returns a vector of tokens.

ยงPanics

Parsing is expected to always succeed. Panics if there is a parsing error.