mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Import and export are working
This commit is contained in:
@@ -44,6 +44,9 @@ typedef enum Opcode {
|
||||
|
||||
OP_TYPE_CAST, //temporarily change a type of an atomic value
|
||||
|
||||
OP_IMPORT,
|
||||
OP_EXPORT,
|
||||
|
||||
//comparion of values
|
||||
OP_COMPARE_EQUAL,
|
||||
OP_COMPARE_NOT_EQUAL,
|
||||
|
||||
Reference in New Issue
Block a user