dreamstack/compiler/ds-parser/src
enzotar 0e23ddd88b feat: game-pong.ds + two compiler improvements
- Native DreamStack pong game with visual court (stack container),
  CSS-positioned paddles/ball, 30fps game loop, AI tracking, auto-serve
- Parser: containers (column/row/stack) now support leading props
  e.g. column { style: '...' } [children]
- Codegen: fixed signal detection for container layout props
  (strip .value suffix for signal graph lookup)
- All 136 tests pass, 45 examples compile
2026-02-27 00:02:58 -08:00
..
ast.rs feat: *= /= operators + 6 new array methods 2026-02-26 20:29:35 -08:00
lexer.rs fix: for-in parser token mismatch + enhanced step sequencer 2026-02-26 23:42:29 -08:00
lib.rs feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
parser.rs feat: game-pong.ds + two compiler improvements 2026-02-27 00:02:58 -08:00