Sprint 2 Step 31: Tree-sitter integration

This commit is contained in:
Bill
2026-02-06 23:35:12 -07:00
parent 3e338b35a6
commit 7a943da12d
3 changed files with 130 additions and 0 deletions

View File

@@ -106,6 +106,9 @@ target_include_directories(step29_test PRIVATE src)
add_executable(step30_test tests/step30_test.cpp)
target_include_directories(step30_test PRIVATE src)
add_executable(step31_test tests/step31_test.cpp)
target_include_directories(step31_test PRIVATE src)
add_executable(whetstone_editor src/main.cpp)
target_include_directories(whetstone_editor PRIVATE src)
# find_package(SDL2 REQUIRED) # Commented out for now to avoid build issues