Implemented AST, ensured bucket memory worked

This commit is contained in:
2024-09-10 20:19:11 +10:00
parent 81417e7f32
commit 5fd933a15e
13 changed files with 435 additions and 13 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
typedef enum Toy_OpcodeType {
//
TOY_OPCODE_PASS,
TOY_OPCODE_ERROR,
TOY_OPCODE_EOF,