2025-01-25 Latest Changes

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2025-01-25 16:27:50 +01:00
parent f0ffbafee1
commit e191173e7b
18 changed files with 182 additions and 759 deletions
+1 -7
View File
@@ -1,7 +1,7 @@
# AUTOGENERATED COPYRIGHT HEADER START
# Copyright (C) 2017-2024 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
# AUTOGENERATED COPYRIGHT HEADER END
project(code_compiler
project(compiler
VERSION ${PROJECT_VERSION}
)
add_executable(${PROJECT_NAME})
@@ -19,12 +19,6 @@ target_sources(${PROJECT_NAME} PRIVATE
"source/compiler.cpp"
"source/ast/ast.hpp"
"source/ast/ast.cpp"
"source/ast/arithmetic.hpp"
"source/ast/arithmetic.cpp"
"source/ast/function.hpp"
"source/ast/function.cpp"
"source/ast/value.hpp"
"source/ast/value.cpp"
)
target_include_directories(${PROJECT_NAME} PRIVATE
"${PROJECT_SOURCE_DIR}/source"