Wrote value, chunk, memory sections, tested value

chunk and memory remain untested for now
This commit is contained in:
2024-08-13 23:42:14 +10:00
parent 190294e5d9
commit e6ad46f1ff
11 changed files with 204 additions and 10 deletions

5
source/toy_opcodes.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
typedef enum Toy_OpcodeType {
TOY_OPCODE_RETURN,
} Toy_OpcodeType;