mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Type casting is working:
This commit is contained in:
@@ -33,6 +33,8 @@ typedef enum Opcode {
|
||||
|
||||
OP_VAR_ASSIGN, //assign to a literal
|
||||
|
||||
OP_TYPE_CAST, //temporarily change a type of an atomic value
|
||||
|
||||
//meta
|
||||
OP_SECTION_END,
|
||||
//TODO: add more
|
||||
|
||||
Reference in New Issue
Block a user