broccoli-nearley
v0.0.2
Published
A broccoli plugin for compiling nearley grammars
Downloads
1,103
Readme
broccoli-nearley 
Broccoli plugin for compiling nearley grammars with a persistent cache for fast restarts.
Installation
yarn add broccoli-nearleyUsage
let Nearly = require('broccoli-nearley');
let outputNode = new Nearly(inputNode, {
persist: false
});Options
persist
Type: Boolean
Default: true
Enable\disable a persistent cache to improve build performance across restarts. Check out broccoli-persistent-filter for more details.
Running Tests
yarn install
yarn testLicense
This project is distributed under the MIT license.
