jolt/.dirge/memory
Yogthos dfa98746ee Phase 1+2: Clojure→Janet source compiler with symbol classification
- analyze-form: Clojure forms → annotated AST nodes (:op keys)
- emit-ast: AST dispatch → Janet source via StringBuffer
- compile-form: analyze → emit → Janet source string
- Symbol classification: locals, core refs, qualified refs
- Ops: const, do, if, def, fn, let, invoke, quote, vector, map
- Local binding awareness in fn* and let* (shadowing works)
- All 317 existing tests pass, 24 new compiler tests
2026-06-02 14:59:13 -04:00
..
.cross_session_state bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
.curator_state bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
MEMORY.md Phase 1+2: Clojure→Janet source compiler with symbol classification 2026-06-02 14:59:13 -04:00
PITFALLS.md Phase 1+2: Clojure→Janet source compiler with symbol classification 2026-06-02 14:59:13 -04:00