added function calls, native function objects and runtime builtins

This commit is contained in:
cozis
2021-11-02 13:19:06 +00:00
parent 051966a3f3
commit 87e9f4775b
12 changed files with 389 additions and 18 deletions
+1
View File
@@ -30,6 +30,7 @@ typedef enum {
OPCODE_DIV,
OPCODE_ASS,
OPCODE_POP,
OPCODE_CALL,
OPCODE_PUSHINT,
OPCODE_PUSHFLT,
OPCODE_PUSHSTR,