mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
The value is displaying correctly, but not the type
This commit is contained in:
@@ -28,7 +28,8 @@ typedef enum Opcode {
|
||||
OP_TYPE_DECL, //declare a type to be used (as a literal)
|
||||
OP_TYPE_DECL_LONG, //declare a type to be used (as a long literal)
|
||||
|
||||
// OP_VAR_DECL, //stack: literal name, literal type (referenced by array index)
|
||||
OP_VAR_DECL,
|
||||
OP_VAR_DECL_LONG,
|
||||
// OP_VAR_ASSIGN, //stack: literal name, literal value
|
||||
|
||||
//meta
|
||||
|
||||
Reference in New Issue
Block a user