Commit Graph

  • f09a712666 smalltalk: BlockContext value family + 19 tests giles 2026-04-25 04:02:00 +00:00
  • 424b5ca472 erlang: -module/M:F cross-module calls (+10 tests) giles 2026-04-25 04:01:14 +00:00
  • f6e333dd19 forth: inline primitive calls in colon-def body (skip forth-execute-word) giles 2026-04-25 04:00:24 +00:00
  • ffc3716b0e prolog: append.pl + append.sx classic, 6 tests (build/check/split/deduce) giles 2026-04-25 03:58:12 +00:00
  • c33d03d2a2 smalltalk: non-local return via captured ^k + 14 nlr tests giles 2026-04-25 03:40:01 +00:00
  • c28333adb3 forth: \, POSTPONE-imm split, >NUMBER, DOES> — Hayes 486→618 (97%) giles 2026-04-25 03:33:13 +00:00
  • 7fb4c52159 prolog: is/2 arithmetic with + - * / mod abs, 11 tests giles 2026-04-25 03:27:56 +00:00
  • 882205aa70 erlang: try/catch/of/after, Phase 4 complete (+19 tests) giles 2026-04-25 03:26:01 +00:00
  • 82bad15b13 smalltalk: super send + top-level temps + 9 super tests giles 2026-04-25 03:15:39 +00:00
  • 072735a6de prolog: write/1 + nl/0 via output buffer, 7 tests; built-ins box done giles 2026-04-25 02:56:31 +00:00
  • 1b2935828c forth: String word set COMPARE/SEARCH/SLITERAL (+9) giles 2026-04-25 02:53:46 +00:00
  • 1a5a2e8982 erlang: exit-signal propagation + trap_exit (+11 tests) giles 2026-04-25 02:51:32 +00:00
  • 45147bd8a6 smalltalk: doesNotUnderstand: + Message + 12 tests giles 2026-04-25 02:49:16 +00:00
  • 64af162b5d forth: File Access word set (in-memory backing, Hayes unchanged) giles 2026-04-25 02:24:55 +00:00
  • 8b7b6ad028 smalltalk: method-lookup cache + 10 tests giles 2026-04-25 02:23:47 +00:00
  • 1846be0bd8 prolog: ->/2 if-then-else (in ; and standalone), 9 tests giles 2026-04-25 02:23:44 +00:00
  • c363856df6 erlang: link/unlink/monitor/demonitor + refs (+17 tests) giles 2026-04-25 02:16:04 +00:00
  • 4e89498664 smalltalk: eval-ast + 60 tests giles 2026-04-25 02:01:07 +00:00
  • 8ca2fe3564 forth: WITHIN/ABORT/ABORT"/EXIT/UNLOOP (+7; Hayes 486/638, 76%) giles 2026-04-25 01:55:38 +00:00
  • 3adad8e50e prolog: \=/2 + ;/2 + call/1 built-ins, 11 tests giles 2026-04-25 01:48:57 +00:00
  • aa7d691028 erlang: ring benchmark + results — Phase 3 closed giles 2026-04-25 01:41:54 +00:00
  • 52523606a8 smalltalk: class table + bootstrap hierarchy + 54 tests giles 2026-04-25 01:34:59 +00:00
  • b1a7852045 forth: [, ], STATE, EVALUATE (+5; Hayes 463→477, 74%) giles 2026-04-25 01:23:23 +00:00
  • dd47fa8a0b lua: coroutine.running/isyieldable giles 2026-04-25 01:18:59 +00:00
  • f019d42727 prolog: cut !/0 with two-cut-box barrier scheme, 6 tests giles 2026-04-25 01:14:12 +00:00
  • e71154f9c6 smalltalk: chunk-stream parser + pragmas + 21 tests giles 2026-04-25 01:11:44 +00:00
  • fad44ca097 lua: string.byte(s,i,j) supports ranges, returns multi-values giles 2026-04-25 01:10:30 +00:00
  • 089e2569d4 erlang: conformance.sh + scoreboard (358/358 across 9 suites) giles 2026-04-25 01:06:23 +00:00
  • 702e7c8eac lua: math.sinh/cosh/tanh hyperbolic functions giles 2026-04-25 01:02:34 +00:00
  • cd489b19be haskell: do-notation desugar + stub IO monad (return/>>=/>>) (+14 tests, 382/382) giles 2026-04-25 00:59:42 +00:00
  • 89a879799a forth: parsing/dictionary '/[']/EXECUTE/LITERAL/POSTPONE/WORD/FIND/>BODY (Hayes 463/638, 72%) giles 2026-04-25 00:55:34 +00:00
  • 73694a3a84 lua: log: tried two-phase eval; reverted due to ordering issues with method-decls giles 2026-04-25 00:55:22 +00:00
  • b9b875f399 lua: string.dump stub; diagnosed calls.lua fat-undef as at line 295 giles 2026-04-25 00:48:19 +00:00
  • 33ce994f23 smalltalk: expression parser + 47 parse tests giles 2026-04-25 00:46:03 +00:00
  • f620be096b lua: math.mod (alias) + math.frexp + math.ldexp giles 2026-04-25 00:39:46 +00:00
  • 738f44e47d prolog: DFS solver (CPS, trail-based) + true/fail/=/conj built-ins, 18 tests giles 2026-04-25 00:38:50 +00:00
  • 7735eb7512 HS-plan: cluster 32 MutationObserver blocked (env + scope) giles 2026-04-25 00:33:18 +00:00
  • 1516e1f9cd erlang: fib_server.erl, 5/5 classic programs (+8 tests) giles 2026-04-25 00:33:18 +00:00
  • 1b34d41b33 lua: unpack treats explicit nil i/j as missing (defaults to 1 and #t) giles 2026-04-25 00:31:03 +00:00
  • 04a25d17d0 haskell: seq + deepseq via lazy-builtin flag (+9 tests, 368/368) giles 2026-04-25 00:28:19 +00:00
  • fd32bcf547 lua: string.format width/zero-pad/hex/octal/char/precision +6 tests giles 2026-04-25 00:24:05 +00:00
  • 47f66ad1be forth: pictured numeric output <#/#/#S/#>/HOLD/SIGN + U./U.R/.R (Hayes 448/638, 70%) giles 2026-04-25 00:23:04 +00:00
  • 4e7d2183ad smalltalk: tokenizer + 63 tests giles 2026-04-25 00:19:23 +00:00
  • d170d5fbae lua: skip top-level guard when chunk has no top-level return; loadstring sees user globals giles 2026-04-25 00:14:15 +00:00
  • abc98b7665 lua: math fns type-check args (math.sin() now errors instead of returning 0) giles 2026-04-25 00:06:59 +00:00
  • 6a00df2609 smalltalk: plan + briefing + sx-loops 8th slot giles 2026-04-25 00:05:31 +00:00
  • 4e2e2c781c HS-plan: cluster 31 runtime null-safety blocked (Bucket-D scope) giles 2026-04-25 00:01:24 +00:00
  • 51ba2da119 erlang: echo.erl minimal server (+7 tests) giles 2026-04-25 00:00:47 +00:00
  • 1888c272f9 prolog: clause DB + loader (functor/arity → clauses), 14 tests green giles 2026-04-24 23:59:46 +00:00
  • cc5315a5e6 haskell: lazy : + ranges + Prelude (repeat/iterate/fibs/take, +25 tests, 359/359) giles 2026-04-24 23:58:21 +00:00
  • c726a9e0fe forth: double-cell ops D+/D-/DNEGATE/DABS/D=/D</D0=/D0</DMAX/DMIN (+18) giles 2026-04-24 23:52:43 +00:00
  • 77f20b713d lua: pattern character sets [...] and [^...] +3 tests; tests reach deeper code giles 2026-04-24 23:52:39 +00:00
  • 0491f061c4 lua: tonumber(s, base) for bases 2-36 +3 tests; math.lua past assert #21 giles 2026-04-24 23:44:08 +00:00
  • 2a4a4531b9 lua: add lua-unwrap-final-return helper (for future use); keep top-level guard giles 2026-04-24 23:34:07 +00:00
  • 8a8d0e14bd erlang: bank.erl account server (+8 tests) giles 2026-04-24 23:28:24 +00:00
  • b6810e90ab forth: mixed/double-cell math (S>D M* UM* UM/MOD FM/MOD SM/REM */ */MOD); Hayes 342→446 (69%) giles 2026-04-24 23:25:43 +00:00
  • f89e50aa4d lua: strip capture parens in patterns so (%a+) matches (captures not returned yet) giles 2026-04-24 23:23:02 +00:00
  • 0e53e88b02 haskell: thunks + force, app args become lazy (+6 tests, 333/333) giles 2026-04-24 23:22:21 +00:00
  • e670e914e7 lua: extend patterns to match/gmatch/gsub; gsub with string/function/table repl +6 tests giles 2026-04-24 23:13:05 +00:00
  • bd0377b6a3 lua: minimal Lua pattern engine for string.find (classes/anchors/quantifiers) giles 2026-04-24 23:05:48 +00:00
  • 3ec52d4556 lua: package.cpath/config/loaders/searchers stubs (attrib.lua past #9) giles 2026-04-24 22:56:57 +00:00
  • 0962e4231c erlang: ping_pong.erl (+4 tests) giles 2026-04-24 22:56:28 +00:00
  • 3ab01b271d forth: Phase 5 memory + unsigned compare (Hayes 268→342, 53%) giles 2026-04-24 22:56:26 +00:00
  • fba92c2b69 haskell: strict evaluator + 38 eval tests, Phase 2 complete (329/329) giles 2026-04-24 22:49:12 +00:00
  • fb18629916 lua: parenthesized expressions truncate multi-return via new lua-paren AST node +2 tests giles 2026-04-24 22:48:33 +00:00
  • d8be6b8230 lua: strip (else (raise e)) from loop-guard (SX guard re-raise hangs) giles 2026-04-24 22:37:29 +00:00
  • 8e1466032a forth: LSHIFT/RSHIFT + 32-bit arith truncation + early binding (Hayes 174→268) giles 2026-04-24 22:26:58 +00:00
  • e105edee01 lua: method-call binds obj to temp (no more double-eval); chaining works +1 test giles 2026-04-24 22:25:51 +00:00
  • 2a3340f8e1 erlang: ring.erl + call/cc suspension rewrite (+4 ring tests) giles 2026-04-24 22:24:17 +00:00
  • 1aa06237f1 haskell: value-level pattern matcher (+31 tests, 281/281) giles 2026-04-24 22:15:13 +00:00
  • 27425a3173 lua: 🎉 FIRST PASS! verybig.lua — io.output/stdout stubs + os.remove→true → 1/16 (6.2%) giles 2026-04-24 22:13:15 +00:00
  • bac3471a1f lua: break via guard+raise sentinel; auto-first multi in arith/concat +4 tests giles 2026-04-24 22:03:14 +00:00
  • 68b0a279f8 lua: proper early-return via guard+raise sentinel; fixes if-then-return-end-rest +3 tests giles 2026-04-24 21:46:23 +00:00
  • e9c8f803b5 haskell: runtime constructor registry (+24 tests, 250/250) giles 2026-04-24 21:45:51 +00:00
  • b1bed8e0e5 lua: unary-minus/^ precedence (^ binds tighter); parse-pow-chain helper +3 tests giles 2026-04-24 21:38:01 +00:00
  • 97513e5b96 erlang: exit/1 + process termination (+9 tests) giles 2026-04-24 21:34:21 +00:00
  • 9560145228 lua: byte-to-char only single chars (fix \0-escape regression breaking string lengths) giles 2026-04-24 21:29:43 +00:00
  • 9435fab790 lua: decimal string escapes \\ddd + control escapes (\\a/\\b/\\f/\\v) +2 tests giles 2026-04-24 21:20:38 +00:00
  • ef81fffb6f haskell: desugar guards/where/list-comp → core AST (+15 tests, 226/226) giles 2026-04-24 21:16:53 +00:00
  • fc2baee9c7 lua: loadstring returns compiled fn (errors propagate cleanly); parse-fail → (nil, err) giles 2026-04-24 21:12:12 +00:00
  • 387a6e7f5d forth: SP@ / SP! (+4; Hayes 174/590) giles 2026-04-24 21:07:10 +00:00
  • 12b02d5691 lua: table.sort insertion-sort → quicksort; 30k sort.lua still timeouts (interpreter-bound) giles 2026-04-24 21:02:33 +00:00
  • e2e801e38a erlang: receive...after Ms timeout clause (+9 tests) giles 2026-04-24 21:01:39 +00:00
  • 57516ce18e lua: dostring alias + diagnosis notes; keep grinding scoreboard giles 2026-04-24 20:53:36 +00:00
  • cab7ca883f haskell: operator sections + list comprehensions, Phase 1 parser complete (+22 tests, 211/211) giles 2026-04-24 20:47:51 +00:00
  • 46741a9643 lua: Lua 5.0-style arg auto-binding in vararg functions; assert-counter diagnostic +2 tests giles 2026-04-24 20:44:39 +00:00
  • acf9c273a2 forth: BASE/DECIMAL/HEX/BIN/OCTAL (+9; Hayes 174/590) giles 2026-04-24 20:40:11 +00:00
  • 1d3a93b0ca lua: loadstring wraps transpiled AST in (let () …) to contain local definitions giles 2026-04-24 20:35:18 +00:00
  • d191f7cd9e erlang: send + selective receive via shift/reset (+13 tests) giles 2026-04-24 20:27:59 +00:00
  • f0a4dfbea8 lua: if/else/elseif body scoping via (let () …); else-branch leak fixed +3 tests giles 2026-04-24 20:26:20 +00:00
  • 54d7fcf436 lua: do-block proper lexical scoping (wrap in (let () …)) +2 tests giles 2026-04-24 20:19:01 +00:00
  • 35ce18eb97 forth: CHAR/[CHAR]/KEY/ACCEPT (+7; Hayes 174/590) giles 2026-04-24 20:12:31 +00:00
  • d361d83402 lua: scoreboard iter — trim whitespace in lua-to-number (math.lua past arith-type) giles 2026-04-24 20:11:31 +00:00
  • bf0d72fd2f haskell: module header + imports (+16 tests, 189/189) giles 2026-04-24 20:08:30 +00:00
  • 0b0d704f1e lua: scoreboard iter — table.getn/foreach/foreachi + string.reverse (sort.lua unblocked past getn) giles 2026-04-24 20:04:45 +00:00
  • 5ea81fe4e0 lua: scoreboard iter — return; trailing-semi, collectgarbage/setfenv/getfenv/T stubs; all runnable tests reach execution giles 2026-04-24 19:57:24 +00:00
  • 266693a2f6 erlang: spawn/1 + self/0 + is_pid (+13 tests) giles 2026-04-24 19:50:09 +00:00
  • 781bd36eeb lua: scoreboard iter — trailing-dot numbers, stdlib preload, arg/debug stubs (8x assertion-depth) giles 2026-04-24 19:49:32 +00:00
  • 1c975f229d forth: Phase 4 strings — S"/C"/."/TYPE/COUNT/CMOVE/FILL/BLANK (+16; Hayes 168/590) giles 2026-04-24 19:45:40 +00:00
  • 743e0bae87 lua: vararg ... transpile (spreads in call+table last pos); 6x transpile-unsup fixed +6 tests giles 2026-04-24 19:38:22 +00:00