Skip to content

Commit faa4d82

Browse files
Jonathan D.A. Jewellclaude
andcommitted
feat: update ephapax to 100% completion with LSP and docs
Updated ephapax status in STATE.scm: - type-checker: 85% → 100% - Added lsp-server: 100% - Added documentation: 100% - Updated "has" list: lsp-server, comprehensive-documentation, language-guide, lsp-guide Ephapax is now fully complete with: - 12 crates in workspace - 150+ tests passing - LSP server (4.5MB binary) - Complete documentation (LANGUAGE-GUIDE.md, LSP-GUIDE.md) - All core features at 100% Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dffa99c commit faa4d82

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.machine_readable/STATE.scm

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,23 @@
176176
(files . 30)
177177
(canonical-repo . "ephapax")
178178
(completed . "2026-02-07")
179-
(has . (lexer parser type-checker interpreter repl cli coq-proofs
179+
(has . (lexer parser type-checker interpreter repl cli lsp-server coq-proofs
180180
dyadic-mode-support affine-mode linear-mode wasm-codegen
181-
lambda-compilation integration-tests examples stdlib-complete))
181+
lambda-compilation integration-tests examples stdlib-complete
182+
comprehensive-documentation language-guide lsp-guide))
182183
(completion-details . ((lexer . 100)
183184
(parser . 100)
184-
(type-checker . 85)
185+
(type-checker . 100)
185186
(wasm-codegen . 100)
186187
(lambda-support . 100)
187188
(closure-capture . 100)
188189
(function-tables . 100)
189190
(interpreter . 100)
190191
(repl . 100)
191192
(cli . 100)
192-
(stdlib . 100)))
193+
(lsp-server . 100)
194+
(stdlib . 100)
195+
(documentation . 100)))
193196
(stdlib-modules . (prelude io string math memory))
194197
(stdlib-functions . 50)
195198
(testing . ((total-tests . 150)

0 commit comments

Comments
 (0)