Created lib/guest/baseline/ with normalised scoreboards for all 11 guests:
lua 185/185, forth 64/64, ruby 76/76, apl 73/73, prolog 590/590,
common-lisp 309/309, smalltalk 625/629, tcl 3/4, haskell 0/18 programs,
js 94/148 (test262-slice), erlang 0/0 (suite all-zero).
Re-ran every conformance.sh and test.sh; refreshed each guest's own
scoreboard.{json,md} so per-guest scoreboard matches lib/guest/baseline/<lang>.json.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
576 B
JSON
17 lines
576 B
JSON
{
|
|
"language": "erlang",
|
|
"total_pass": 0,
|
|
"total": 0,
|
|
"suites": [
|
|
{"name":"tokenize","pass":0,"total":0,"status":"ok"},
|
|
{"name":"parse","pass":0,"total":0,"status":"ok"},
|
|
{"name":"eval","pass":0,"total":0,"status":"ok"},
|
|
{"name":"runtime","pass":0,"total":0,"status":"ok"},
|
|
{"name":"ring","pass":0,"total":0,"status":"ok"},
|
|
{"name":"ping-pong","pass":0,"total":0,"status":"ok"},
|
|
{"name":"bank","pass":0,"total":0,"status":"ok"},
|
|
{"name":"echo","pass":0,"total":0,"status":"ok"},
|
|
{"name":"fib","pass":0,"total":0,"status":"ok"}
|
|
]
|
|
}
|