Refactor: Delegate parser build step to test_runner.js

This commit is contained in:
2025-09-26 01:58:50 -07:00
parent d271a4f857
commit bb69101f33

View File

@@ -8,7 +8,7 @@
},
"scripts": {
"build-parser": "nearleyc grammar.ne -o grammar.js",
"test": "npm run build-parser && node test_runner.js"
"test": "node test_runner.js"
},
"dependencies": {
"moo": "^0.5.2",