dreamstack/compiler
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
..
ds-analyzer feat: when/else conditional branching 2026-02-26 16:03:29 -08:00
ds-cli feat: each loop, dreamstack init, expanded registry 2026-02-26 14:42:00 -08:00
ds-codegen feat: when/else conditional branching 2026-02-26 16:03:29 -08:00
ds-incremental feat: component registry with styled variants, dreamstack add/convert CLI, and showcase 2026-02-26 13:27:49 -08:00
ds-layout feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-parser feat: when/else conditional branching 2026-02-26 16:03:29 -08:00
ds-types feat: when/else conditional branching 2026-02-26 16:03:29 -08:00