mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
changed dot operator to access global functions
This commit is contained in:
@@ -50,10 +50,8 @@ typedef enum Opcode {
|
||||
|
||||
//for indexing
|
||||
OP_INDEX,
|
||||
OP_DOT,
|
||||
|
||||
OP_INDEX_ASSIGN,
|
||||
OP_DOT_ASSIGN,
|
||||
OP_DOT,
|
||||
|
||||
//comparison of values
|
||||
OP_COMPARE_EQUAL,
|
||||
|
||||
Reference in New Issue
Block a user