0.0.3 • Published 4 years ago

ember-cli-nearley-compiler v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

ember-cli-nearley-compiler

An ember-cli addon for compiling nearley grammars from nearley grammar file.

Installation

npm install --save-dev ember-cli-nearley-compiler

Usage

By default this addon will generate a Javascript grammar for every file with the ne extension, the generated grammar extension is js and will be located in the same folder as the grammar file.

The grammer is exported as an ES6 module and can imported as any other JS file.