• Joined on 2024-04-09
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 02:24:47 +00:00
f68ea63e46 ocaml: phase 5.1 brainfuck.ml baseline (subset interpreter)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 02:16:19 +00:00
a66b262267 ocaml: phase 5.1 sieve.ml baseline (Sieve of Eratosthenes)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 02:08:23 +00:00
073588812a ocaml: phase 4 'arr.(i)' and 'arr.(i) <- v' array indexing (+3 tests, 515 total)
giles pushed to loops/js at coop/rose-ash 2026-05-09 02:01:43 +00:00
0b7d88bbe1 js-on-sx: map js-transpile-* errors to SyntaxError in negative-test classifier
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 01:59:14 +00:00
1ed3216ba6 ocaml: phase 6 Array module + (op) operator sections (+6 tests, 512 total)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 01:47:29 +00:00
5618dd1ef5 ocaml: phase 5.1 csv.ml baseline (split + int_of_string + fold_left)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 01:38:11 +00:00
19497c9fba ocaml: phase 4 polymorphic variants confirmation (+3 tests, 506 total)
giles pushed to loops/js at coop/rose-ash 2026-05-09 01:32:41 +00:00
b57f40db63 js-on-sx: getOwnPropertyDescriptor handles arrays + strings
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 01:29:05 +00:00
a34cfe69dc ocaml: phase 6 List.sort_uniq + List.find_map (+2 tests, 503 total)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 01:19:29 +00:00
8af3630625 ocaml: phase 6 String.iter/iteri/fold_left/fold_right/to_seq/of_seq (+3 tests, 501 total)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 01:11:55 +00:00
34d518d555 ocaml: phase 5.1 frequency.ml baseline + Format module alias (+2 tests, 498 total)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 01:03:43 +00:00
9907c1c58c ocaml: phase 4 'lazy EXPR' + Lazy.force (+2 tests, 496 total)
giles pushed to loops/js at coop/rose-ash 2026-05-09 01:01:44 +00:00
c8ab505c32 js-on-sx: fix RegExp test/exec calling nil when platform impl missing
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 00:53:38 +00:00
207dfc60ad ocaml: phase 6 Hashtbl.iter / Hashtbl.fold (+2 tests, 494 total)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 00:42:37 +00:00
1b38f89055 ocaml: phase 6 Printf.sprintf %d/%s/%f/%c/%b/%% + global string_of_* (+5 tests, 492 total)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 00:32:37 +00:00
14b52cfaa7 ocaml: phase 4 'assert EXPR' (+3 tests, 487 total)
giles pushed to loops/js at coop/rose-ash 2026-05-09 00:24:47 +00:00
7c63fd8a7f js-on-sx: RegExp constructor wraps existing regex stub
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 00:24:04 +00:00
bd2cd8aad1 ocaml: phase 5.1 levenshtein.ml baseline (no-memo edit distance, sum=11)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-09 00:13:13 +00:00
0234ae329e ocaml: phase 5.1 caesar.ml baseline (ROT13 + s.[i] + Char ops)
giles pushed to loops/ocaml at coop/rose-ash 2026-05-08 23:58:44 +00:00
f895a118fb ocaml: phase 4 's.[i]' string indexing syntax (+3 tests, 484 total)