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 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.
14 years ago
..
compiler.js Start rule of the grammar is now implicitly its first rule 14 years ago
metagrammar.js Start rule of the grammar is now implicitly its first rule 14 years ago
metagrammar.pegjs Start rule of the grammar is now implicitly its first rule 14 years ago