Step 138: type-aware code generation

This commit is contained in:
Bill
2026-02-09 17:35:17 -07:00
parent 4bfaaa6cce
commit dcd44d26ed
6 changed files with 89 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ what's already available.
backed by real library APIs.
*New:* `CompositionBuilder.h`, `CompositionPanel` in `main.cpp`
- [ ] **Step 138: Type-aware code generation**
- [x] **Step 138: Type-aware code generation**
Enhance generators to use `TypeSignature` information from imported libraries.
When generating C++ from Python code that uses numpy, the generator knows
`numpy.array` maps to `std::vector<double>` (or Eigen::MatrixXd).