The value is displaying correctly, but not the type

This commit is contained in:
2022-08-12 17:27:57 +01:00
parent 7424a681d6
commit 55aa6eb273
8 changed files with 157 additions and 30 deletions

View File

@@ -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