pegjs/bin
David Majda 917cf1cf2a Start rule of the grammar is now implicitly its first rule
Before this change, the start rule was the one named "start" and there
was an option to override that. This is now impossible.

The goal of this change is to contain all information for the parser
generation in the grammar itself.

In the future, some override directive for the start rule (like Bison's
"%start") may be added to the grammar.
2010-06-08 11:03:28 +02:00
..
pegjs Make bin/pegjs work when called via a symlink 2010-05-14 17:47:25 +02:00
pegjs-main.js Start rule of the grammar is now implicitly its first rule 2010-06-08 11:03:28 +02:00
pegjs.bat Whitespace fixes 2010-05-14 18:02:45 +02:00