Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 294 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 294 Bytes

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