next: CHOOSE opcode + better compiler error reporting
This commit is contained in:
parent
0e3d9f68e0
commit
1746d12266
5 changed files with 46 additions and 13 deletions
|
|
@ -58,6 +58,7 @@ static size_t disassemble_instr(GrowlVM *vm, GrowlQuotation *quot,
|
|||
OPCODE1(DIG);
|
||||
OPCODE1(TO_RETAIN);
|
||||
OPCODE1(FROM_RETAIN);
|
||||
OPCODE1(CHOOSE);
|
||||
OPCODE1(CALL);
|
||||
OPCODE1(CALL_NEXT);
|
||||
OPCODE1(TAIL_CALL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue