- AST: added Expr::Slot variant
- Parser: 'slot' keyword renders children, [...] bracket children after ComponentUse
- Codegen: DS_{name}(props, __children) factory pattern
- Type checker: Slot => Type::View
- Updated Card component with slot for children
- Added examples/slot-demo.ds
|
||
|---|---|---|
| .. | ||
| ast.rs | ||
| lexer.rs | ||
| lib.rs | ||
| parser.rs | ||