• Joined on 2024-04-09
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 19:37:54 +00:00
defbe0a612 haskell: guards + where clauses (+11 tests, 173/173)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 19:29:11 +00:00
cf4d19fb94 lua: scoreboard iteration — rawget/rawset/raweq/rawlen + loadstring/load + select/assert + _G/_VERSION
giles pushed to loops/lua at coop/rose-ash 2026-04-24 19:19:37 +00:00
24fde8aa2f lua: require/package via package.preload +5 tests
giles pushed to loops/erlang at coop/rose-ash 2026-04-24 19:16:04 +00:00
bc1a69925e erlang: scheduler + process record foundation (+39 tests)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 19:14:01 +00:00
582894121d lua: os stub (time/clock/date/difftime/getenv/...) +8 tests
giles pushed to loops/forth at coop/rose-ash 2026-04-24 19:13:48 +00:00
0e509af0a2 forth: Hayes conformance runner + baseline scoreboard (165/590, 28%)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 19:07:32 +00:00
c6b7e19892 lua: io stub (buffered) + print/tostring/tonumber +12 tests
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 19:06:39 +00:00
869b0b552d haskell: top-level decls (fn-clause, type-sig, data, type, newtype, fixity) + type parser (+24 tests, 162/162)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 19:00:20 +00:00
40439cf0e1 lua: table library (insert/remove/concat/sort/unpack) +13 tests
giles pushed to loops/lua at coop/rose-ash 2026-04-24 18:53:31 +00:00
6dfef34a4b lua: math library (abs/trig/log/pow/min/max/fmod/modf/random/...) +17 tests
giles pushed to loops/lua at coop/rose-ash 2026-04-24 18:45:05 +00:00
8c25527205 lua: string library (len/upper/lower/rep/sub/byte/char/find/match/gmatch/gsub/format) +19 tests
giles pushed to loops/erlang at coop/rose-ash 2026-04-24 18:43:26 +00:00
1dc96c814e erlang: core BIFs + funs, Phase 2 complete (+35 tests)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 18:36:43 +00:00
a5947e1295 lua: coroutines (create/resume/yield/status/wrap) via call/cc +8 tests
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 18:34:50 +00:00
58dbbc5d8b haskell: full patterns — as/lazy/negative/infix + lambda & let pat LHS (+18 tests, 138/138)
giles pushed to loops/forth at coop/rose-ash 2026-04-24 18:25:42 +00:00
a47b3e5420 forth: vendor Gerry Jackson's forth2012-test-suite (Hayes Core + Ext)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 18:23:51 +00:00
0934c4bd28 lua: generic for-in; ipairs/pairs/next; arity-tolerant fns +9 tests
giles pushed to loops/erlang at coop/rose-ash 2026-04-24 18:08:50 +00:00
7f4fb9c3ed erlang: guard BIFs + call dispatch (+20 tests)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 18:05:37 +00:00
e224fb2db0 lua: pcall/xpcall/error via guard+raise; arity-dispatch lua-apply +9 tests
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 18:00:59 +00:00
36234f0132 haskell: case/do + minimal patterns (+19 tests, 119/119)
giles pushed to loops/forth at coop/rose-ash 2026-04-24 17:58:38 +00:00
e066e14267 forth: DO/LOOP/+LOOP/I/J/LEAVE + return stack words (+16)