canopy

PEG parser compiler for JavaScript

  • canopy

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
canopy
409160.4.14 months ago11 years agoMinified + gzip package size for canopy in KB

Readme

Canopy
Canopy is a parser compiler targeting Java, JavaScript, Python and Ruby. It takes a file describing a parsing expression grammar1 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.com2.
See CONTRIBUTING.md for instructions for building the project.