jolt/.dirge/skills
Yogthos 4ca7c31e50 Route syntax-quote, set!, var, ., new to interpreter
Compile-time implementation of syntax-quote proved too complex for the
current emission pipeline (qualified symbol handling across both
string and data-structure paths). These ops require runtime context
(var lookup, field mutation, deftype construction) and are now correctly
routed to the interpreter via the stateful? check in eval-string.

Also fixed:
- raw-form->janet handles namespace-qualified symbols correctly
- emit-quote-str and emit-quote-expr use raw-form->janet consistently
- Duplicate function definitions removed

All 317 tests pass, 0 failures.
2026-06-02 16:48:10 -04:00
..
jolt-bootstrap fix: all 317 SCI forms load, zero failures 2026-06-02 00:07:40 -04:00
jolt-compiler Route syntax-quote, set!, var, ., new to interpreter 2026-06-02 16:48:10 -04:00
jolt-dev Route syntax-quote, set!, var, ., new to interpreter 2026-06-02 16:48:10 -04:00
jpm-build 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
.usage.json Route syntax-quote, set!, var, ., new to interpreter 2026-06-02 16:48:10 -04:00