Start adding eval and machine implementations, remove Inst for now

We're not compiling yet and mostly want to get the name stuff figured
out. Also may switch to using anyhow error handling.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-01-08 10:13:27 -08:00
parent 9e20dcf59c
commit cbe22bb89e
6 changed files with 15 additions and 37 deletions

View File

@@ -1,4 +1,3 @@
pub mod error;
pub mod eval;
pub mod inst;
pub mod machine;