UNPKG

lua_to_cpls

Version:

A tool capable of compiling a subset of Lua to Please lang compiled files

40 lines 1.24 kB
{ "name": "lua_to_cpls", "version": "1.0.0", "description": "A tool capable of compiling a subset of Lua to Please lang compiled files", "main": "src/parser.js", "bin": "src/converter.js", "scripts": { "test": "npm run compile && c8 -x **/grammar.js -x test --check-coverage --lines 100 --functions 100 --branches 100 --statements 100 mocha --reporter nyan", "compile": "npx nearleyc src/grammar.ne -o src/grammar.js" }, "repository": { "type": "git", "url": "git+https://github.com/ULL-ESIT-PL-2021/infix2evm-Daniel-del-Castillo.git" }, "keywords": [ "PL", "ULL", "Lua", "JS", "Please" ], "author": "Daniel del Castillo de la Rosa <alu0101225548@ull.edu.es> (https://github.com/Daniel-del-Castillo)", "license": "Unlicense", "bugs": { "url": "https://github.com/ULL-ESIT-PL-2021/infix2evm-Daniel-del-Castillo/issues" }, "homepage": "https://github.com/ULL-ESIT-PL-2021/infix2evm-Daniel-del-Castillo#readme", "dependencies": { "commander": "^7.2.0", "moo": "^0.5.1", "moo-ignore": "^2.1.0", "nearley": "^2.20.1" }, "devDependencies": { "@ull-esit-pl-2021/please": "^7.0.1", "c8": "^7.7.2", "chai": "^4.3.4", "mocha": "^8.4.0" } }