• Joined on 2024-04-09
giles pushed to loops/lua at coop/rose-ash 2026-04-24 23:13:07 +00:00
e670e914e7 lua: extend patterns to match/gmatch/gsub; gsub with string/function/table repl +6 tests
giles pushed to loops/lua at coop/rose-ash 2026-04-24 23:05:50 +00:00
bd0377b6a3 lua: minimal Lua pattern engine for string.find (classes/anchors/quantifiers)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 22:56:58 +00:00
3ec52d4556 lua: package.cpath/config/loaders/searchers stubs (attrib.lua past #9)
giles pushed to loops/erlang at coop/rose-ash 2026-04-24 22:56:29 +00:00
0962e4231c erlang: ping_pong.erl (+4 tests)
giles pushed to loops/forth at coop/rose-ash 2026-04-24 22:56:28 +00:00
3ab01b271d forth: Phase 5 memory + unsigned compare (Hayes 268→342, 53%)
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 22:49:14 +00:00
fba92c2b69 haskell: strict evaluator + 38 eval tests, Phase 2 complete (329/329)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 22:48:35 +00:00
fb18629916 lua: parenthesized expressions truncate multi-return via new lua-paren AST node +2 tests
giles pushed to loops/lua at coop/rose-ash 2026-04-24 22:37:30 +00:00
d8be6b8230 lua: strip (else (raise e)) from loop-guard (SX guard re-raise hangs)
giles pushed to loops/forth at coop/rose-ash 2026-04-24 22:26:58 +00:00
8e1466032a forth: LSHIFT/RSHIFT + 32-bit arith truncation + early binding (Hayes 174→268)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 22:25:53 +00:00
e105edee01 lua: method-call binds obj to temp (no more double-eval); chaining works +1 test
giles pushed to loops/erlang at coop/rose-ash 2026-04-24 22:24:18 +00:00
2a3340f8e1 erlang: ring.erl + call/cc suspension rewrite (+4 ring tests)
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 22:15:15 +00:00
1aa06237f1 haskell: value-level pattern matcher (+31 tests, 281/281)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 22:13:18 +00:00
27425a3173 lua: 🎉 FIRST PASS! verybig.lua — io.output/stdout stubs + os.remove→true → 1/16 (6.2%)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 22:03:16 +00:00
bac3471a1f lua: break via guard+raise sentinel; auto-first multi in arith/concat +4 tests
giles pushed to loops/lua at coop/rose-ash 2026-04-24 21:46:25 +00:00
68b0a279f8 lua: proper early-return via guard+raise sentinel; fixes if-then-return-end-rest +3 tests
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 21:45:54 +00:00
e9c8f803b5 haskell: runtime constructor registry (+24 tests, 250/250)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 21:38:02 +00:00
b1bed8e0e5 lua: unary-minus/^ precedence (^ binds tighter); parse-pow-chain helper +3 tests
giles pushed to loops/erlang at coop/rose-ash 2026-04-24 21:34:23 +00:00
97513e5b96 erlang: exit/1 + process termination (+9 tests)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 21:29:46 +00:00
9560145228 lua: byte-to-char only single chars (fix \0-escape regression breaking string lengths)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 21:20:40 +00:00
9435fab790 lua: decimal string escapes \\ddd + control escapes (\\a/\\b/\\f/\\v) +2 tests