@gerhobbelt/json2jison
v0.6.1-215
Published
Converts json grammar definitions to jison's own format
Maintainers
Readme
json2jison
jison grammars come in two formats: JSON or a special text format similar to Bison's. This utility converts from the JSON format to jison's text format. See the jison2json utility for the reverse conversion.
install
npm install @gerhobbelt/json2jison -gbuild
Follow the install & build directions of the monorepo.
You can also only build this particular subpackage by cd-ing into this directory
and then invoking the local make:
cd packages/json2jison
makeThis will generate the rollup/babel-postprocessed ES6 and ES5
compatible libraries in the local dist/ directory.
license
MIT

