Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.
/ json2jison Public archive
forked from zaach/json2jison

converts JSON grammars into jison's text format

License

Notifications You must be signed in to change notification settings

GerHobbelt/json2jison

 
 

Repository files navigation

json2jison [OBSOLETED]

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.

deprecation notice

From today (2017/oct/15) the json2jison repository is obsoleted for the json2jison package/codebase: the primary source is the jison monorepo's packages/json2jison/ directory. See also GerHobbelt/jison#16.

(For a comparable argument, see also "Why is Babel a monorepo?")

Issues, pull requests, etc. for json2jison should be filed there; hence we do not accept issue reports in this secondary repository any more.

This repository will track the primary source for a while still, but be very aware that this particular repository will always be lagging behind!

install

npm install @gerhobbelt/json2jison -g

build

To build the parser yourself, follow the install & build directions of the monorepo.

license

MIT

About

converts JSON grammars into jison's text format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.7%
  • Makefile 8.3%