Sprint 2 Step 18: AST mutation via RPC

This commit is contained in:
Bill
2026-02-06 21:02:01 -07:00
parent 44634bf4fe
commit db9990620b
3 changed files with 219 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ target_include_directories(step16_test PRIVATE src)
add_executable(step17_test tests/step17_test.cpp)
target_include_directories(step17_test PRIVATE src)
add_executable(step18_test tests/step18_test.cpp)
target_include_directories(step18_test PRIVATE src)
add_executable(orchestrator src/orchestrator_main.cpp)
target_include_directories(orchestrator PRIVATE src)
target_link_libraries(orchestrator PRIVATE nlohmann_json::nlohmann_json)