Commit Graph

  • d3104742d9 Fixed --start vs. --start-rule inconsistency between help and actual option processing code. David Majda 2010-03-13 15:23:59 +0100
  • a43d1b33e3 Bootstrapped the grammar parser, yay! I should have done this long ago. David Majda 2010-03-13 15:18:57 +0100
  • 1ee0049b08 Changed standard grammar extension from .peg to .pegjs (it is more specific). David Majda 2010-03-13 09:52:54 +0100
  • 0a5788b50e Fixed typo in help: "parserVar" -> "parser_var". David Majda 2010-03-13 09:50:56 +0100
  • 636ceb2719 Metagrammar recognizes JavaScript-like comments. David Majda 2010-03-13 09:49:06 +0100
  • eade133ea6 Simplified the example arithmetics grammar. David Majda 2010-03-12 14:27:22 +0100
  • d810580232 Added tag 0.2.1 for changeset bf988d46416b David Majda 2010-03-08 15:22:03 +0100
  • 1b8e9f55fd Updated version to 0.2.1. David Majda 2010-03-08 15:21:58 +0100
  • 74507d5c12 Added "pegjs-" prefix to the name of the minified runtime file. David Majda 2010-03-08 15:21:11 +0100
  • 4d9a31eb99 Added tag 0.2 for changeset 65f6b56a3e6c David Majda 2010-03-08 15:17:53 +0100
  • ea8e25c585 Updated version to 0.2. David Majda 2010-03-08 15:17:49 +0100
  • 09c7fb4f33 Added Rakefile that builds minified runtime using Google Closure Compiler API. David Majda 2010-03-08 15:16:35 +0100
  • 7bf51eddf0 Removed trailing commas in object initializers (Google Closure does not like them). David Majda 2010-03-08 14:44:46 +0100
  • 38dac2382c Added tag 0.1 for changeset f28e878f6afe David Majda 2010-03-08 14:22:13 +0100
  • 452243d450 Improved error reporting for predicates a bit. David Majda 2010-03-08 12:15:52 +0100
  • 69906e9730 Do not recognize \uFEFF as whitespace in the metagrammar since it does not work with Rhino. David Majda 2010-03-08 11:37:03 +0100
  • bddb65ab9b Improved & simplified error handling code. David Majda 2010-03-08 09:58:23 +0100
  • b86a219c86 Ensure that the same grammar and start rule always generate exactly the same parser. David Majda 2010-03-07 21:14:07 +0100
  • c3dd696a3e Initial commit. David Majda 2010-03-07 20:41:02 +0100