Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-02-09 13:13:26 -05:00
parent 1c16be650a
commit f1ed41f98b
11 changed files with 44 additions and 75 deletions

View File

@@ -26,7 +26,7 @@ fn main() -> Result<()> {
Err(err) => {
eprintln!("{}", err);
process::exit(1);
},
}
};
let obj = vm::obj::obj::Object::try_from(&ast)?;
println!("{:#?}", obj);