|
|
9f71706bc8
|
haskell: conformance.sh runner + scoreboard.json + scoreboard.md (16/16, 5/5)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-25 19:26:26 +00:00 |
|
|
|
ba63cdf8c4
|
haskell: classic program calculator.hs + nested constructor patterns (+5 tests, 402/402)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-25 18:57:44 +00:00 |
|
|
|
8a9168c8d5
|
haskell: n-queens via list comprehension + where (+2 tests, 397/397)
- fix hk-eval-let: multi-clause where/let now uses hk-bind-decls!
grouping (enables go 0 / go k pattern)
- add concatMap/concat/abs/negate to Prelude (list comprehension support)
- cache init env in hk-env0 (eval-expr-source 5x faster)
|
2026-04-25 18:40:27 +00:00 |
|
|
|
a12dcef327
|
haskell: naive quicksort classic program (+5 tests, 395/395)
|
2026-04-25 18:06:41 +00:00 |
|
|
|
9be65d7d60
|
haskell: lazy sieve of Eratosthenes (+mod/div/rem/quot, +2 tests, 390/390)
|
2026-04-25 17:59:39 +00:00 |
|
|
|
4ed7ffe9dd
|
haskell: classic program fib.hs + source-order top-level binding (+2 tests, 388/388)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-25 08:53:47 +00:00 |
|
|
|
cd489b19be
|
haskell: do-notation desugar + stub IO monad (return/>>=/>>) (+14 tests, 382/382)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-25 00:59:42 +00:00 |
|
|
|
04a25d17d0
|
haskell: seq + deepseq via lazy-builtin flag (+9 tests, 368/368)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-25 00:28:19 +00:00 |
|
|
|
cc5315a5e6
|
haskell: lazy : + ranges + Prelude (repeat/iterate/fibs/take, +25 tests, 359/359)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 23:58:21 +00:00 |
|
|
|
0e53e88b02
|
haskell: thunks + force, app args become lazy (+6 tests, 333/333)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 23:22:21 +00:00 |
|
|
|
fba92c2b69
|
haskell: strict evaluator + 38 eval tests, Phase 2 complete (329/329)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 22:49:12 +00:00 |
|
|
|
1aa06237f1
|
haskell: value-level pattern matcher (+31 tests, 281/281)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 22:15:13 +00:00 |
|
|
|
e9c8f803b5
|
haskell: runtime constructor registry (+24 tests, 250/250)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 21:45:51 +00:00 |
|
|
|
ef81fffb6f
|
haskell: desugar guards/where/list-comp → core AST (+15 tests, 226/226)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 21:16:53 +00:00 |
|
|
|
cab7ca883f
|
haskell: operator sections + list comprehensions, Phase 1 parser complete (+22 tests, 211/211)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 20:47:51 +00:00 |
|
|
|
bf0d72fd2f
|
haskell: module header + imports (+16 tests, 189/189)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 20:08:30 +00:00 |
|
|
|
defbe0a612
|
haskell: guards + where clauses (+11 tests, 173/173)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 19:37:52 +00:00 |
|
|
|
869b0b552d
|
haskell: top-level decls (fn-clause, type-sig, data, type, newtype, fixity) + type parser (+24 tests, 162/162)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 19:06:38 +00:00 |
|
|
|
58dbbc5d8b
|
haskell: full patterns — as/lazy/negative/infix + lambda & let pat LHS (+18 tests, 138/138)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 18:34:47 +00:00 |
|
|
|
36234f0132
|
haskell: case/do + minimal patterns (+19 tests, 119/119)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 18:00:58 +00:00 |
|
|
|
6ccef45ce4
|
haskell: expression parser + precedence climbing (+42 tests, 100/100)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 17:31:38 +00:00 |
|
|
|
c07ff90f6b
|
haskell: layout rule per §10.3 (+15 tests, 58/58)
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
|
2026-04-24 17:05:35 +00:00 |
|
|
|
99753580b4
|
Recover agent-loop progress: lua/prolog/forth/erlang/haskell phases 1-2
Salvaged from worktree-agent-* branches killed during sx-tree MCP outage:
- lua: tokenizer + parser + phase-2 transpile (~157 tests)
- prolog: tokenizer + parser + unification (72 tests, plan update lost to WIP)
- forth: phase-1 reader/interpreter + phase-2 colon/VARIABLE (134 tests)
- erlang: tokenizer + parser (114 tests)
- haskell: tokenizer + parse tests (43 tests)
Cherry-picked file contents only, not branch history, to avoid pulling in
unrelated ocaml-vm merge commits that were in those branches' bases.
|
2026-04-24 16:03:00 +00:00 |
|