@gerhobbelt/json2jison

v0.6.1-215
Converts json grammar definitions to jison's own format
jison json grammar parser generator

json2jison

build status

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 -g

build

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
make

This will generate the rollup/babel-postprocessed ES6 and ES5 compatible libraries in the local dist/ directory.

license

MIT

npm i @gerhobbelt/json2jison

Metadata

  • MIT
  • >=4.0
  • Zach Carter
  • released 12/25/2017

Downloads

Maintainers