lewisgibson / grammar-unparser

A nearley grammar unparser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A nearley grammar unparser.

License:MIT License


Languages

Language:TypeScript 68.5%Language:JavaScript 31.5%