UNPKG

yyc

Version:

中文编程解释器, YY language complier

44 lines (43 loc) 827 B
{ "name": "yyc", "version": "1.4.10", "description": "中文编程解释器, YY language complier", "engines": { "node": ">=14.15.4" }, "main": "lib/index.js", "bin": { "yyc": "index.js" }, "scripts": { "example": "node examples/run_example.js", "test": "node test/test.js", "build": "jison src/yy.jison --outfile src/yy.js" }, "repository": { "type": "git", "url": "https://github.com/FIRESIDE-STORY/yyc" }, "author": "qian.zhang <zq_sdk@163.com>", "license": "ISC", "keywords": [ "js", "yy", "parser", "compiler", "bison", "node", "chinese-programming" ], "devDependencies": { "jison": "^0.4.18", "lodash": "^4.17.20" }, "dependencies": {}, "files": [ "lib/", "src/yy.js", "index.js", "README.md" ] }