mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Function calls, with args and single returns are working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user