[][src]Function reflex::lex

Important traits for Lexer<'a, T>
pub fn lex<T: Clone + 'static, S: Into<String>>(
    rules: &Ruleset<T>,
    text: S
) -> Lexer<T>