erlang: Phase 9b — stub VM dispatcher + 3 pattern opcodes (+19 vm tests)

This commit is contained in:
2026-05-14 20:52:26 +00:00
parent 0abf05ed83
commit 25924d6212
6 changed files with 274 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"language": "erlang",
"total_pass": 637,
"total": 637,
"total_pass": 656,
"total": 656,
"suites": [
{"name":"tokenize","pass":62,"total":62,"status":"ok"},
{"name":"parse","pass":52,"total":52,"status":"ok"},
@@ -12,6 +12,7 @@
{"name":"bank","pass":8,"total":8,"status":"ok"},
{"name":"echo","pass":7,"total":7,"status":"ok"},
{"name":"fib","pass":8,"total":8,"status":"ok"},
{"name":"ffi","pass":14,"total":14,"status":"ok"}
{"name":"ffi","pass":14,"total":14,"status":"ok"},
{"name":"vm","pass":19,"total":19,"status":"ok"}
]
}