Find a file
2010-03-13 15:56:53 +01:00
bin Fixed --start vs. --start-rule inconsistency between help and actual option processing code. 2010-03-13 15:23:59 +01:00
examples Changed standard grammar extension from .peg to .pegjs (it is more specific). 2010-03-13 09:52:54 +01:00
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. 2010-03-13 15:56:53 +01:00
test Bootstrapped the grammar parser, yay! I should have done this long ago. 2010-03-13 15:18:57 +01:00
vendor Avoid ugliness in QUnit output. 2010-03-13 15:33:03 +01:00
.hgignore Added Rakefile that builds minified runtime using Google Closure Compiler API. 2010-03-08 15:16:35 +01:00
LICENSE Initial commit. 2010-03-07 20:41:02 +01:00
Rakefile Fixed --start vs. --start-rule inconsistency between help and actual option processing code. 2010-03-13 15:23:59 +01:00
README Initial commit. 2010-03-07 20:41:02 +01:00
VERSION Updated version to 0.2.1. 2010-03-08 15:21:58 +01:00

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

Documentation is being written -- please be patient.