pub fn parse<'a>( string: &'a str, ) -> impl Iterator<Item = Result<Token<'a>, ParseError>>
Parse a string into tokens