dreamstack/compiler
enzotar c9b1913a57 feat: dev server with file watching + poll-based HMR
- File watcher thread using notify crate (100ms debounce)
- Auto-recompiles .ds files on change with timed output
- Poll-based HMR: client fetches /__hmr every 500ms for version
- Injects HMR script into compiled HTML before </body>
- Error pages rendered with DreamStack styling on compile failure
- Version counter shared between watcher and HTTP server via AtomicU64
2026-02-25 01:01:59 -08:00
..
ds-analyzer feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
ds-cli feat: dev server with file watching + poll-based HMR 2026-02-25 01:01:59 -08:00
ds-codegen feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
ds-layout feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00
ds-parser feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
ds-types feat: Phase 3+4 — Cassowary constraint solver + type system 2026-02-25 00:22:35 -08:00