1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 21:16:51 +00:00

started command-line test harness (npm run cli)

This commit is contained in:
Steven Hugg
2026-03-03 17:54:55 +01:00
parent d634d4db70
commit 40050cb615
4 changed files with 458 additions and 0 deletions
+4
View File
@@ -9,6 +9,9 @@
"url": "git+https://github.com/sehugg/8bitworkshop.git"
},
"license": "GPL-3.0",
"bin": {
"8bws": "./gen/cli/8bws.js"
},
"dependencies": {
"@codemirror/commands": "^6.10.2",
"@codemirror/lang-cpp": "^6.0.3",
@@ -88,6 +91,7 @@
"fuzzbasic": "jsfuzz gen/common/basic/fuzz.js ~/basic/corpus/ --versifier false",
"fuzzhdl": "jsfuzz -r binaryen gen/common/hdl/fuzz.js ~/verilator/corpus/ --versifier false",
"machine": "node gen/tools/runmachine.js",
"cli": "node gen/tools/8bws.js",
"mkdoc": "typedoc --out web/jsdoc src/common/"
},
"keywords": [