mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Plumbing for index and dot notations is working
This commit is contained in:
@@ -48,6 +48,13 @@ typedef enum Opcode {
|
||||
OP_IMPORT,
|
||||
OP_EXPORT,
|
||||
|
||||
//for indexing
|
||||
OP_INDEX,
|
||||
OP_DOT,
|
||||
|
||||
OP_INDEX_ASSIGN,
|
||||
OP_DOT_ASSIGN,
|
||||
|
||||
//comparion of values
|
||||
OP_COMPARE_EQUAL,
|
||||
OP_COMPARE_NOT_EQUAL,
|
||||
|
||||
Reference in New Issue
Block a user