Initial commit

This commit is contained in:
2025-10-15 17:20:56 +02:00
commit 2e55268805
11 changed files with 281 additions and 0 deletions

3
Program/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
add_executable(Interpreter main.cpp)
target_link_libraries(Interpreter PRIVATE Parser)