pegjs/lib
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.
2010-06-07 15:22:29 +02:00
..
compiler.js Move lot of stuff in generated parsers into the |parse| method 2010-06-07 15:22:29 +02:00
metagrammar.js Move lot of stuff in generated parsers into the |parse| method 2010-06-07 15:22:29 +02:00
metagrammar.pegjs Allow trailing semicolon (";") for rules 2010-06-07 10:59:14 +02:00