Added simple arrays.
This commit is contained in:
parent
0b6cab8672
commit
af16311ed5
8 changed files with 370 additions and 6 deletions
|
|
@ -72,6 +72,9 @@ static const char *opcode_name(OpCode op) {
|
|||
case OP_NOT: return "NOT";
|
||||
case OP_DUP: return "DUP";
|
||||
case OP_SWAP: return "SWAP";
|
||||
case OP_MAKE_ARRAY: return "MAKE_ARRAY";
|
||||
case OP_INDEX_GET: return "INDEX_GET";
|
||||
case OP_INDEX_SET: return "INDEX_SET";
|
||||
default: return "???";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue