Began writing a custom parser for calculations
This commit is contained in:
14
parser/package.json
Normal file
14
parser/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "dicecloud-parser",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"build": "nearleyc grammar.ne -o grammar.js",
|
||||
"test": "nearley-test grammar.js",
|
||||
"unparse": "nearley-unparse grammar.js"
|
||||
},
|
||||
"author": "Stefan Zermatten",
|
||||
"devDependencies": {
|
||||
"moo": "^0.5.0",
|
||||
"nearley": "^2.16.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user