pub type BasicLexer<'a> = Lexer<'a>;
A convenience alias for the most common use case - a Lexer
pub struct BasicLexer<'a> { /* private fields */ }