Comment out eval for now

This commit is contained in:
Richard Feldman 2019-07-22 22:04:59 -04:00
parent c7a923d226
commit 5868f64fb2
2 changed files with 107 additions and 107 deletions

View file

@ -1,7 +1,7 @@
pub mod expr;
pub mod parse;
pub mod parse_state;
pub mod eval;
// pub mod eval;
pub mod operator;
pub mod region;
mod collections;