This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

canopy-loader

0.1.4 • Public • Published

Canopy PEG loader

Canopy is a PEG parser compiler. It lets you describe the grammar of the language you’re trying to parse using a simple, terse syntax, and it generates a parser for the language from this definition.

Usage

module.exports = {
  module: {
    rules: [
      {
        test: /\.peg$/,
        loader: 'canopy-loader'
      }
    ]
  }
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i canopy-loader

Weekly Downloads

0

Version

0.1.4

License

MIT

Last publish

Collaborators

  • eduardostuart