0.1.4 • Published 7 years ago

canopy-loader v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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