mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
Feat: Replace Nearley with Chevrotain and remove build script
This commit is contained in:
@@ -7,14 +7,10 @@
|
|||||||
"hi2js": "./cli.js"
|
"hi2js": "./cli.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build-parser": "npx nearleyc grammar.ne -o grammar.js",
|
|
||||||
"test": "node test_runner.js"
|
"test": "node test_runner.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"moo": "^0.5.2",
|
"chevrotain": "^11.0.3"
|
||||||
"nearley": "^2.20.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {}
|
||||||
"nearley": "^2.20.1"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user