Clean out, start sl JIT project (no jit yet)

This commit is contained in:
2023-11-19 16:33:19 -05:00
parent c1a0608b7c
commit 774eb668de
111 changed files with 1337 additions and 17773 deletions

View File

@@ -166,6 +166,8 @@ impl FormT for Form {
Rc::new(Form::Nil))),
e: e,
nc: Box::new(Cont::MetaRet) },
// I think this is unnecessary and can just be "metac },"
// because reset puts this metac in
metac: Cont::CatchRet { nc: Box::new(metac.clone()), restore_meta: Box::new(metac) } },
PrimCombI::Assert => {
let thing = Rc::clone(&ps[0]);