dreamstack/compiler
enzotar 2aa2c7ad8e feat: step sequencer demo — reactive pads, playhead, BPM
Step sequencer: 4 instruments × 8 steps, timer-driven playhead,
toggleable pads, BPM controls with streaming. 75 lines of .ds code.

Parser fixes:
- UI elements checked before LParen (button (if ...) is element, not call)
- Element args support parenthesized expressions: button (if cond ...)
- StringInterp recognized as valid string start in parse_primary/parse_element

Codegen fixes:
- emit_expr checks local_vars: loop var i emits 'i' not 'i.value'
- Array index mutations re-trigger signal: pads.value = [...pads.value]

110 tests, 0 failures.
2026-02-25 19:33:12 -08:00
..
ds-analyzer feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-cli feat(compiler): full bitstream integration across 7 pipeline stages 2026-02-25 13:13:21 -08:00
ds-codegen feat: step sequencer demo — reactive pads, playhead, BPM 2026-02-25 19:33:12 -08:00
ds-layout feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-parser feat: step sequencer demo — reactive pads, playhead, BPM 2026-02-25 19:33:12 -08:00
ds-types feat: v2 phase 1 — array access, timer, string interpolation 2026-02-25 19:20:20 -08:00