@parser-generator/grammar-interpreter
Version:
A Parser Generator that supports LL,SLR,LR1,LALR
41 lines (40 loc) • 895 B
JSON
{
"name": "@parser-generator/grammar-interpreter",
"version": "0.1.0-alpha.3",
"dependencies": {
"@light0x00/shim": "^0.0.2",
"@parser-generator/core": "^0.1.0-alpha.2",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@types/lodash-es": "^4.17.3"
},
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
"files": [
"lib"
],
"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": "8e34ab79e2d009dd7dc619879a705ded92206429"
}