docs: list core.match; add library-conformance directive to CLAUDE.md

This commit is contained in:
Yogthos 2026-06-25 00:19:59 -04:00
parent d8683b0598
commit 5737a39b7c
2 changed files with 25 additions and 0 deletions

View file

@ -66,3 +66,8 @@ Libraries confirmed to load and pass their conformance checks on Jolt
`api` and `alpha.interval` test suites pass in full, including named-zone DST,
nanosecond instants, and French locale formatting. Loads with `JOLT_FEATURES`
including `clj`; `#time/…` literals work via `time-literals`' data readers.
* [core.match](https://github.com/clojure/core.match) — pattern matching. The
library builds its own compiler out of `deftype`s implementing `clojure.lang`
interfaces; its test suite passes 111/115 (literal/vector/map/seq/guard/or/rest/
bind patterns, `:only`, `:guard`). Regex-literal and primitive-array patterns
aren't supported yet.