mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Fixed nested assignment bug
This commit is contained in:
@@ -51,6 +51,7 @@ typedef enum Opcode {
|
||||
//for indexing
|
||||
OP_INDEX,
|
||||
OP_INDEX_ASSIGN,
|
||||
OP_INDEX_ASSIGN_INTERMEDIATE,
|
||||
OP_DOT,
|
||||
|
||||
//comparison of values
|
||||
|
||||
Reference in New Issue
Block a user