Sprint 2 Step 8: Python generator base with Module/Function support

This commit is contained in:
Bill
2026-02-06 19:35:48 -07:00
parent 8ca6eccd56
commit 95c56f35cb
3 changed files with 722 additions and 0 deletions

View File

@@ -36,3 +36,6 @@ target_link_libraries(step6_test PRIVATE nlohmann_json::nlohmann_json)
add_executable(step7_test tests/step7_test.cpp)
target_include_directories(step7_test PRIVATE src)
add_executable(step8_test tests/step8_test.cpp)
target_include_directories(step8_test PRIVATE src)