dreamstack/compiler/ds-types
enzotar bb65e10f5c feat: when/else conditional branching
- AST: When(cond, body) -> When(cond, body, Option<else_body>)
- Parser: optional 'else -> expr' after when body
- Codegen: reactive DOM swap with anchor comments
- Signal graph + type checker updated for 3-arg When
- Component prop signal wrapping: .value compatible accessors
- Added examples/when-else-demo.ds
2026-02-26 16:03:29 -08:00
..
src feat: when/else conditional branching 2026-02-26 16:03:29 -08:00
Cargo.toml feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00