refactor to subcrates

This commit is contained in:
JT
2021-08-11 06:51:08 +12:00
parent f62e3119c4
commit 1355a5dd33
24 changed files with 296 additions and 257 deletions

View File

@@ -0,0 +1,3 @@
mod eval;
pub use eval::{eval_block, eval_expression, eval_operator, ShellError, Stack, State, Value};