You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
David Majda 796c98bf8e Changed order of parameters in the SyntaxError constructor to make creating error with unknown location easier. Also fixes bug with reporting of invalid ranges such as [b-a] in the metagrammar. 14 years ago
bin Fixed --start vs. --start-rule inconsistency between help and actual option processing code. 14 years ago
examples Changed standard grammar extension from .peg to .pegjs (it is more specific). 14 years ago
lib Changed order of parameters in the SyntaxError constructor to make creating error with unknown location easier. Also fixes bug with reporting of invalid ranges such as [b-a] in the metagrammar. 14 years ago
test Bootstrapped the grammar parser, yay! I should have done this long ago. 14 years ago
vendor Avoid ugliness in QUnit output. 14 years ago
.hgignore Added Rakefile that builds minified runtime using Google Closure Compiler API. 14 years ago
LICENSE Initial commit. 14 years ago
README Initial commit. 14 years ago
Rakefile Fixed --start vs. --start-rule inconsistency between help and actual option processing code. 14 years ago
VERSION Updated version to 0.2.1. 14 years ago

README

PEG.js: Parser Generator for JavaScript
=======================================

Documentation is being written -- please be patient.