Added AST constructors

This commit is contained in:
Pasha Bibko
2025-07-23 14:50:38 +01:00
parent 3550b015c9
commit 69e7b0e6c1
3 changed files with 76 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
# Fetches all files for the binary #
file (GLOB ASTSources src/*.cpp inc/*.h)
add_library(AST STATIC ${ASTSources})
add_library(AST STATIC src/NodeTypes.cpp src/AST.cpp)
# Adds the headers in the current directory #
target_include_directories (