feat(runtime): implement phases 1 and 2
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user