This commit is contained in:
Andre Wagner
2026-04-30 13:33:37 -05:00
parent 990128f41d
commit bf0159c551
23 changed files with 33 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
#include "bytecode.hh"
#include "../common/overloaded.hh"
namespace tyche {
namespace tyche::bc {
Bytecode::Bytecode(ByteArray ba)
: byte_array_(std::move(ba))