Sprint 2 Step 14: AST → text viewport

This commit is contained in:
Bill
2026-02-06 20:10:59 -07:00
parent 37e504b448
commit 41ab6c3022
3 changed files with 103 additions and 6 deletions

View File

@@ -55,4 +55,7 @@ target_include_directories(step12_test PRIVATE src)
add_executable(step13_test tests/step13_test.cpp)
target_include_directories(step13_test PRIVATE src)
add_executable(step14_test tests/step14_test.cpp)
target_include_directories(step14_test PRIVATE src)
# Step 12: Dear ImGui shell scaffolding created (main.cpp exists but not built due to dependencies)