jolt/test
Yogthos 9799ed0559 Phase 3 followup: add core-intern wrapper + core-bindings entry + test
- core-intern wrapper function (line 791) for var-reference support
- 'intern' core-intern entry in core-bindings (line 1176)
- intern test: (intern (the-ns) 'iv-var-test 77) → resolve iv-var-test
- intern special-form dispatch arm was already present (evaluator:589-593)
- intern was already listed in special-symbol? (evaluator:20)
- All 317 tests pass, 0 failures
2026-06-02 20:52:03 -04:00
..
api-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
bootstrap-test.janet bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
compiler-test.janet Phase 3 followup: add core-intern wrapper + core-bindings entry + test 2026-06-02 20:52:03 -04:00
core-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
evaluator-test.janet bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
hash-map-test.janet Phase 2: PersistentHashMap implementation + core function integration 2026-06-02 18:19:39 -04:00
macro-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
namespace-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00
phase6-final.janet Bug fixes: nth, list, name, subs support in compiler 2026-06-02 16:30:25 -04:00
reader-test.janet bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
test-load-sci.janet fix: vendor/sci submodule, defrecord fix, all tests pass 2026-06-02 09:48:52 -04:00
types-test.janet Initial commit: Jolt — Clojure interpreter on Janet 2026-06-01 16:48:56 -04:00