Type casting is working:

This commit is contained in:
2022-08-19 19:24:07 +01:00
parent 9365541c8f
commit 4f0aebc32f
9 changed files with 236 additions and 25 deletions

View File

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