bytecode2 #2

Merged
andre merged 20 commits from bytecode2 into master 2026-04-28 19:50:48 -05:00
Showing only changes of commit 61a071cee6 - Show all commits

View File

@@ -26,8 +26,6 @@ public:
// TODO - debugging info
[[nodiscard]] std::vector<uint8_t> const& data() const { return byte_array_.data(); }
[[nodiscard]] static ByteArray generate(BytecodePrototype const& bp);
private: