Huge update, backup commit.

This commit is contained in:
2025-07-27 23:50:41 -07:00
parent a0cd2e00b8
commit c4011152b6
21 changed files with 775 additions and 200 deletions

View File

@@ -52,6 +52,12 @@ add_library(Arctyx SHARED
src/compiler/Register.cpp
include/arctyx/compiler/Operator.h
src/compiler/Operator.cpp
include/arctyx/compiler/StackItem.h
src/compiler/StackItem.cpp
include/arctyx/compiler/Stack.h
src/compiler/Stack.cpp
include/arctyx/compiler/StackParam.h
src/compiler/StackParam.cpp
)
add_library(x64Arch SHARED
@@ -63,6 +69,7 @@ set_target_properties(x64Arch PROPERTIES
)
add_library(ArctyxLang SHARED
include/arctyxLang/ArctyxCompiler.h src/ArctyxCompiler.cpp
src/ArctyxLang.cpp
)