You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wip: add import processing infrastructure for traits
- Added process_imports_for_traits() to resolve and parse stdlib modules
- Imports now properly appear in TypedAST as Import declarations
- Discovered that trait/impl declarations are not yet supported in TypedAST
- Need to implement: trait/impl TypedAST types, builder methods, and lowering
Next steps:
1. Add Trait and Impl variants to TypedDeclaration
2. Create builder methods in TypedASTBuilder
3. Add AstHostFunctions handlers
4. Implement lowering to register in TypeRegistry
0 commit comments