1369 Commits (85dbe5a396b947f80e62c0de92ab46a7c861b48d)
 

Author SHA1 Message Date
David Majda d3104742d9 Fixed --start vs. --start-rule inconsistency between help and actual option processing code. 14 years ago
David Majda a43d1b33e3 Bootstrapped the grammar parser, yay! I should have done this long ago. 14 years ago
David Majda 1ee0049b08 Changed standard grammar extension from .peg to .pegjs (it is more specific). 14 years ago
David Majda 0a5788b50e Fixed typo in help: "parserVar" -> "parser_var". 14 years ago
David Majda 636ceb2719 Metagrammar recognizes JavaScript-like comments. 14 years ago
David Majda eade133ea6 Simplified the example arithmetics grammar. 14 years ago
David Majda d810580232 Added tag 0.2.1 for changeset bf988d46416b 14 years ago
David Majda 1b8e9f55fd Updated version to 0.2.1. 14 years ago
David Majda 74507d5c12 Added "pegjs-" prefix to the name of the minified runtime file. 14 years ago
David Majda 4d9a31eb99 Added tag 0.2 for changeset 65f6b56a3e6c 14 years ago
David Majda ea8e25c585 Updated version to 0.2. 14 years ago
David Majda 09c7fb4f33 Added Rakefile that builds minified runtime using Google Closure Compiler API. 14 years ago
David Majda 7bf51eddf0 Removed trailing commas in object initializers (Google Closure does not like them). 14 years ago
David Majda 38dac2382c Added tag 0.1 for changeset f28e878f6afe 14 years ago
David Majda 452243d450 Improved error reporting for predicates a bit. 14 years ago
David Majda 69906e9730 Do not recognize \uFEFF as whitespace in the metagrammar since it does not work with Rhino. 14 years ago
David Majda bddb65ab9b Improved & simplified error handling code. 14 years ago
David Majda b86a219c86 Ensure that the same grammar and start rule always generate exactly the same parser. 14 years ago
David Majda c3dd696a3e Initial commit. 14 years ago