Checkpoint

This commit is contained in:
2023-10-14 16:39:16 -07:00
parent 87d027bf8d
commit 71228b9e09
18 changed files with 402 additions and 78 deletions

View File

@@ -122,7 +122,7 @@ impl<M: Module> Backend<M> {
// state, it's easier to just include them.
for item in program.items.drain(..) {
match item {
TopLevel::Function(_, _, _) => unimplemented!(),
TopLevel::Function(_, _, _, _) => unimplemented!(),
// Print statements are fairly easy to compile: we just lookup the
// output buffer, the address of the string to print, and the value