mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Types now exist, but they're not being embedded into bytecode yet
This commit is contained in:
@@ -25,7 +25,7 @@ typedef enum Opcode {
|
||||
OP_SCOPE_BEGIN,
|
||||
OP_SCOPE_END,
|
||||
|
||||
OP_TYPE_DECL, //declare a compound type to be used
|
||||
OP_TYPE_DECL, //declare a type to be used
|
||||
OP_VAR_DECL, //stack: literal name, literal type (referenced by array index)
|
||||
OP_VAR_ASSIGN, //stack: literal name, literal value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user