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

@@ -59,15 +59,15 @@ FetchContent_MakeAvailable(googletest)
#
add_library(lib${PROJECT_NAME} SHARED
src/bytecode/bytearray.hh
src/bytecode/bytearray.cc
src/common/overloaded.hh
src/common/bytearray.hh
src/common/bytearray.cc
src/bytecode/bytecode.cc
src/bytecode/bytecode.hh
src/bytecode/bytecodeprototype.hh
src/common/overloaded.hh
src/bytecode/constant.hh
src/vm/code.cc
src/vm/code.hh
src/bytecode/constant.hh
src/vm/instruction.hh
src/vm/instruction.cc
src/vm/value.cc