source tracking and composite primitives
This commit is contained in:
parent
b9a5bc5e63
commit
aebe586a05
9 changed files with 237 additions and 220 deletions
|
|
@ -73,6 +73,9 @@ I loadfile(const char *fname) {
|
|||
mpc_ast_delete(res.output);
|
||||
|
||||
if (chunk != NULL) {
|
||||
#if COMPILER_DEBUG
|
||||
disassemble(chunk, fname, &vm.dictionary);
|
||||
#endif
|
||||
I res = vm_run(&vm, chunk, 0);
|
||||
chunk_release(chunk);
|
||||
vm_deinit(&vm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue