Sprint 2 Step 29: AST ↔ File synchronization

This commit is contained in:
Bill
2026-02-06 23:19:58 -07:00
parent d499a930da
commit 9f2373f335
3 changed files with 70 additions and 9 deletions

View File

@@ -100,6 +100,9 @@ target_include_directories(step27_test PRIVATE src)
add_executable(step28_test tests/step28_test.cpp)
target_include_directories(step28_test PRIVATE src)
add_executable(step29_test tests/step29_test.cpp)
target_include_directories(step29_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