evm2term
Version:
Translates from Egg Virtual Machine (JSON) to a summarized AST term
32 lines (31 loc) • 841 B
JSON
{
"name": "evm2term",
"version": "1.2.4",
"description": "Translates from Egg Virtual Machine (JSON) to a summarized AST term",
"main": "index.js",
"bin": {
"evm2term": "bin/evm2term.js"
},
"scripts": {
"test": "./index.js examples/property-simple.json",
"start": "node index.js examples/property.json",
"complex": "./index.js examples/calc.json",
"summult": "./index.js examples/summult.json",
"deb": "node --inspect-brk ./index.js examples/summult.json"
},
"keywords": [
"ULL",
"Egg",
"Compilers"
],
"repository": {
"type": "git",
"url": "https://github.com/crguezl/evm2term.git"
},
"author": "Casiano Rodriguez Leon <crguezl@ull.edu.es> (https://crguezl.github.io/)",
"license": "ISC",
"dependencies": {
"commander": "^9.3.0",
"estraverse": "^5.3.0"
}
}