@colem213/canopy

PEG parser compiler for JavaScript

Usage no npm install needed!

<script type="module">
  import colem213Canopy from 'https://cdn.skypack.dev/@colem213/canopy';
</script>

README

Canopy Build status

Canopy is a parser compiler targeting Java, JavaScript, Python and Ruby. It takes a file describing a parsing expression grammar and compiles it into a parser module in the target language. The generated parsers have no runtime dependency on Canopy itself.

For usage documentation see canopy.jcoglan.com.

See CONTRIBUTING.md for instructions for building the project.