broccoli-nearley

0.0.2 • Public • Published

broccoli-nearley Build Status

Broccoli plugin for compiling nearley grammars with a persistent cache for fast restarts.

Installation

yarn add broccoli-nearley

Usage

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 test

License

This project is distributed under the MIT license.

Package Sidebar

Install

npm i broccoli-nearley

Weekly Downloads

7

Version

0.0.2

License

MIT

Unpacked Size

3.29 kB

Total Files

4

Last publish

Collaborators

  • lukemelia