This commit is contained in:
Andre Wagner
2026-05-02 20:54:26 -05:00
parent 9bc6ad1c92
commit ff23e14122
17 changed files with 71 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
#ifndef TYCHE_CODE_HH
#define TYCHE_CODE_HH
#include "instruction.hh"
#include "../instructions/instruction.hh"
#include "location.hh"
#include "value.hh"
#include "../bytecode/bytecode.hh"