feat(runtime): implement phases 1 and 2

This commit is contained in:
2026-09-05 12:59:15 -07:00
parent 75b4da0df4
commit c010e415a2
27 changed files with 4172 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "xzbt-runtime",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
"node": "24.11.0"
},
"scripts": {
"build": "node tools/build-xzbt.mjs",
"test:phase1": "node test/phase1-runtime.test.mjs",
"test:phase2": "node test/phase2-common-grammar.test.mjs"
}
}