Function calls, with args and single returns are working

This commit is contained in:
2022-08-26 01:48:26 +01:00
parent 041fe99e01
commit a4f1e048e9
11 changed files with 316 additions and 83 deletions

View File

@@ -60,7 +60,8 @@ typedef enum Opcode {
//jumps, and conditional jumps (absolute)
OP_JUMP,
OP_IF_FALSE_JUMP,
OP_RETURN,
OP_FN_CALL,
OP_FN_RETURN,
//meta
OP_FN_END, //different from SECTION_END