Skip to content

Commit 4ac8638

Browse files
committed
Organize repo
1 parent a3d6ae7 commit 4ac8638

File tree

5 files changed

+5
-1378
lines changed

5 files changed

+5
-1378
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/node_modules
1+
/node_modules
2+
/parser

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
8-
"generate": "npx peggy -o rules-parser.js rules.pegjs"
8+
"generate": "npx peggy -o ./parser/parser.js ./src/pegjs/oracle.pegjs",
9+
"start": "npm run generate && node ./src/index.js"
910
},
1011
"author": "1ilit",
1112
"license": "MIT",

0 commit comments

Comments
 (0)