dreamstack/compiler
enzotar 439a775dec feat(compiler): complete bitstream integration — all 9 changes
- AST: StreamDecl, StreamMode, Declaration::Stream, StreamFrom struct variant
- Lexer: Pixel, Delta, Signals keywords
- Parser: parse_stream_decl with mode block, fixed TokenKind::On match
- Signal graph: streamable flag, SignalManifest, Declaration::Stream detection
- Checker: StreamFrom { source, .. } pattern
- Codegen: DS._initStream(), DS._connectStream(), DS._streamDiff() hooks
- Runtime JS: full streaming layer with binary protocol encoding
- Layout: to_bytes/from_bytes on LayoutRect

82 tests pass (5 new: 3 parser stream + 2 analyzer streamable)
2026-02-25 13:26:59 -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(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-layout feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-parser feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
ds-types feat(compiler): full bitstream integration across 7 pipeline stages 2026-02-25 13:13:21 -08:00