New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

canopy

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canopy

PEG parser compiler for JavaScript

0.2.0
Source
npm
Version published
Weekly downloads
695
5.14%
Maintainers
1
Weekly downloads
 
Created
Source

Canopy

Canopy is a parser compiler for JavaScript, based on Parsing Expression Grammars and heavily influenced by Treetop.

For usage documentation see canopy.jcoglan.com.

Building and testing Canopy

git clone git://github.com/jcoglan/canopy.git
cd canopy
gem install jake
npm install
jake
npm test

Canopy should work on a wide range of JavaScript runtimes, for example:

v8 spec/console.js
rhino spec/console.js

It should also run in all major web browsers:

open spec/browser.html

License

See LICENSE.txt.

Keywords

parser

FAQs

Package last updated on 17 Jul 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts