json2jison

Converts json grammar definitions to jison's format

Usage no npm install needed!

<script type="module">
  import json2jison from 'https://cdn.skypack.dev/json2jison';
</script>

README

json2jison

jison grammars come in two formats: JSON or a speciel text format similar to Bison's. This utility converts from the JSON format to jison's text format. See the jison2json for the reverse conversion.

install

npm install json2jison -g

license

MIT