@ts-jison/ebnf-parser
Version:
A parser for BNF and EBNF grammars used by jison
35 lines (34 loc) • 746 B
JSON
{
"name": "@ts-jison/ebnf-parser",
"version": "0.4.1-alpha.1",
"description": "A parser for BNF and EBNF grammars used by jison",
"main": "ebnf-parser.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/zaach/ebnf-parser.git"
},
"keywords": [
"bnf",
"ebnf",
"grammar",
"parser",
"jison"
],
"homepage": "https://github.com/ericprud/ts-jison/",
"author": "Zach Carter",
"contributors": [
{
"name": "Eric Prud'hommeauxh",
"email": "eric@uu3.org",
"url": "http://uu3.org/People/Eric/"
}
],
"license": "MIT",
"gitHead": "afb08a324b12fc328b7fcf4ee598daa072010e20"
}