mod error; mod expr; mod lex; mod number; mod parse; use expr::LispExpr; pub type Environment = Vec<(String, LispExpr)>;