UNPKG

@ull-esit-pl/use-parse

Version:

Very simplistic executable that dynamically `requires` a module generated by PEG.js or Jison or any parser-parser that exports an object with a `parse` method and calls it with the `input` provided in the command line

24 lines (23 loc) 546 B
{ "name": "@ull-esit-pl/use-parse", "version": "0.0.5", "description": "", "main": "index.js", "scripts": { "test": "echo \"no test written. Use at your own risk\" && exit 1" }, "bin": { "use-parse": "./bin/use.js" }, "keywords": [ "ULL", "PL", "Procesadores de Lenguajes" ], "repository": { "type": "git+https", "url": "https://github.com/ULL-ESIT-PL/use-parse.git" }, "author": "Casiano Rodriguez-Leon <casiano.rodriguez.leon@gmail.com> (https://github.com/crguezl)", "license": "ISC" }