Improved grammar

This commit is contained in:
Stefan Zermatten
2019-03-27 11:06:43 +02:00
parent ffa98d76fc
commit ee788c952a
4 changed files with 1376 additions and 59 deletions

View File

@@ -4,7 +4,8 @@
"scripts": {
"build": "nearleyc grammar.ne -o grammar.js",
"test": "nearley-test grammar.js",
"unparse": "nearley-unparse grammar.js"
"unparse": "nearley-unparse grammar.js",
"railroad": "nearley-railroad grammar.ne -o grammar.html"
},
"author": "Stefan Zermatten",
"devDependencies": {