This repository was archived by the owner on Jun 18, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ All foundational work is done:
5454| 08 | [ MIME Type] ( 08-mime-type.md ) | Low | Low |
5555| 09 | [ Ecosystem & Adoption] ( 09-ecosystem.md ) | Low | Ongoing |
5656| 10 | ~~ [ AI Tooling] ( 10-ai-tooling.md ) ~~ | ✅ Done | — |
57- | 11 | [ Compliance Suite] ( 11-compliance-suite.md ) | High | Medium |
57+ | 11 | ~~ [ Compliance Suite] ( 11-compliance-suite.md ) ~~ | ✅ Done | — |
5858
5959## Recommended Order
6060
Original file line number Diff line number Diff line change 11# Compliance Suite
22
3- ** Status:** TODO
3+ ** Status:** Done
44** Priority:** High
55
66## Problem
@@ -136,12 +136,12 @@ diff -u compliance/golden.styx output.styx
136136
137137## Implementation Plan
138138
139- 1 . [ ] Define s-expression format spec (` compliance/format.md ` )
140- 2 . [ ] Add ` styx @tree --format sexp ` flag
141- 3 . [ ] Create initial corpus (~ 50 files covering basics)
142- 4 . [ ] Generate golden files from reference implementation
143- 5 . [ ] Add to CI (Rust impl )
144- 6 . [ ] Document how other implementations can run the suite
139+ 1 . [x ] Define s-expression format spec (` compliance/format.md ` )
140+ 2 . [x ] Add ` styx @tree --format sexp ` flag
141+ 3 . [x ] Create initial corpus (50 files covering basics)
142+ 4 . [x ] Generate golden files from reference implementation
143+ 5 . [x ] Add to CI (` .github/workflows/ci.yml ` )
144+ 6 . [x ] Document how other implementations can run the suite ( ` compliance/README.md ` )
1451457 . [ ] Expand corpus over time (fuzzing finds edge cases → add to corpus)
146146
147147## Future
You can’t perform that action at this time.
0 commit comments