1 2 3 4 5 6
mod operator; mod token; pub use self::{operator::Operator, token::Token}; pub type TokenList = Vec<Token>;