mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-06 06:58:45 +00:00
interpreter_tree first iteration
This commit is contained in:
parent
7f4cd5ee9a
commit
1ba132bb06
15 changed files with 1829 additions and 1 deletions
|
|
@ -8,8 +8,10 @@ find_package(Catch2 2 REQUIRED)
|
|||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
||||
|
||||
include_directories(include)
|
||||
include(tree_sitter/api.h)
|
||||
|
||||
# add_executable(interpreter_tests tests/tests.cpp)
|
||||
# target_link_libraries(tests PRIVATE Catch2::Catch2WithMain)
|
||||
|
||||
# add_executable(lang_interpreter src/main.cpp)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue