Function cpc::lexer::lex[][src]

pub fn lex(
    input: &str,
    remove_trailing_operator: bool,
    default_degree: Unit
) -> Result<Vec<Token>, String>
Expand description

Lex an input string and returns Tokens