dreamstack/compiler
enzotar 8a318e380e fix: integer division + streaming restart
Codegen: BinOp::Div now emits Math.trunc(l / r)
- Clock displays 0:1:30 instead of 0.016:1.5:30
- Affects both emit_expr and predicate_to_js

Lexer: removed duplicate 'in' keyword mapping
- InKw at line 312 is canonical, removed old In at line 338

Examples: added project-tracker.ds (each loops + cards)
2026-02-26 15:22:54 -08:00
..
ds-analyzer feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-cli feat: each loop, dreamstack init, expanded registry 2026-02-26 14:42:00 -08:00
ds-codegen fix: integer division + streaming restart 2026-02-26 15:22:54 -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 fix: integer division + streaming restart 2026-02-26 15:22:54 -08:00
ds-types feat: each loop, dreamstack init, expanded registry 2026-02-26 14:42:00 -08:00