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 439c815e48 Move lot of stuff in generated parsers into the |parse| method
We want to have the rule parsing functions inside the |parse| method
because we want them to share a common environment. In the future,
initializers will be executed in this enviromnent and thus functions and
variables defined by them will be accessible to the rule parsing
functions.

Moving various private properties from the parser object into the
|parse| method was not strictly necessary, but it was a natural step
after moving the functions.
14 years ago
..
compiler.js Move lot of stuff in generated parsers into the |parse| method 14 years ago
metagrammar.js Move lot of stuff in generated parsers into the |parse| method 14 years ago
metagrammar.pegjs Allow trailing semicolon (";") for rules 14 years ago