grammar-unparser

A nearley grammar unparser.

Usage no npm install needed!

<script type="module">
  import grammarUnparser from 'https://cdn.skypack.dev/grammar-unparser';
</script>

README

grammar-unparser

NPM Version Build Status dependencies Status devDependencies Status Coverage Status

A nearley grammar unparser.

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command:

$ npm install grammar-unparser

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT