wrote some docs

This commit is contained in:
cozis
2022-03-12 19:14:21 +01:00
parent 04c6cd0198
commit e4b1b6abf5
2 changed files with 42 additions and 26 deletions
+2 -2
View File
@@ -162,7 +162,7 @@ static _Bool interpret(Source *src)
BPAlloc_Free(alloc);
return 0;
}
exe = compile(ast, alloc, &error);
// We're done with the AST, independently from
@@ -176,7 +176,7 @@ static _Bool interpret(Source *src)
Error_Free(&error);
return 0;
}
}
}
// Now execute it.
{