mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Comment out eval for now
This commit is contained in:
parent
c7a923d226
commit
5868f64fb2
2 changed files with 107 additions and 107 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue