Step 61 TDD test: AST mutation API (extend)

Tests setProperty, updateNode bulk update, journal recording,
OptimizationLock warning on mutation (not rejection), deleteNode,
and insertNode. Defines ASTMutationAPI interface.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bill
2026-02-07 08:26:14 -07:00
parent 16b7384cd0
commit 9a7d180522
2 changed files with 195 additions and 0 deletions

View File

@@ -172,6 +172,9 @@ target_include_directories(step57_test PRIVATE src)
add_executable(step60_test tests/step60_test.cpp)
target_include_directories(step60_test PRIVATE src)
add_executable(step61_test tests/step61_test.cpp)
target_include_directories(step61_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