added function calls, native function objects and runtime builtins
This commit is contained in:
@@ -30,6 +30,7 @@ typedef enum {
|
||||
OPCODE_DIV,
|
||||
OPCODE_ASS,
|
||||
OPCODE_POP,
|
||||
OPCODE_CALL,
|
||||
OPCODE_PUSHINT,
|
||||
OPCODE_PUSHFLT,
|
||||
OPCODE_PUSHSTR,
|
||||
|
||||
Reference in New Issue
Block a user