@parser-generator/definition
Version:
A Parser Generator that supports LL,SLR,LR1,LALR
37 lines (36 loc) • 764 B
JSON
{
"name": "@parser-generator/definition",
"version": "0.1.0-alpha.2",
"dependencies": {
"@light0x00/shim": "^0.0.2"
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"files": [
"lib",
"src"
],
"contributors": [
"Chen Yang <light0x00@163.com> (https://github.com/light0x00)"
],
"description": "A Parser Generator that supports LL,SLR,LR1,LALR",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/light0x00/parser-generator.git"
},
"homepage": "https://github.com/light0x00/parser-generator",
"keywords": [
"Parser",
"LL",
"LR",
"SLR",
"LR1",
"LALR"
],
"publishConfig": {
"access": "public"
},
"gitHead": "8c9db1dc8a3966c5ad5c99918b952836af87745c"
}