Evaluate module cleanup

This commit is contained in:
2023-06-11 14:24:43 -07:00
parent 5c2dab4b53
commit 368c178ddc
7 changed files with 65 additions and 56 deletions

View File

@ -1,6 +1,8 @@
mod operator;
mod function;
mod constant;
mod evaluate;
pub use self::evaluate::evaluate;
pub enum EvalError {