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:
@@ -1,4 +1,4 @@
|
||||
use crate::object::{Float, Int, Str, Value};
|
||||
use crate::object::{Float, Int, Str};
|
||||
use crate::syn::span::*;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user