pegjs/test
David Majda 5e64d09a15 Renamed some properties of the |PEG| object
1. |PEG.Compiler| -> |PEG.compiler|
2. |PEG.grammarParser| -> |PEG.parser|

This brings us closer to the desired structure of the PEG object, which
is:

  +-PEG
    |- parser
    +- compiler
       |- checks
       |- passes
       +- emitter

These are the only things (together with the |PEG.buildParser| function
and exceptions) that I want to be publicly accessible -- as extension
points and also for easy testing of PEG.js's components.
2010-08-14 17:49:03 +02:00
..
compiler-test.js Renamed some properties of the |PEG| object 2010-08-14 17:49:03 +02:00
index.html Make the generated parsers standalone (no runtime is required). 2010-04-12 19:06:04 +02:00
metagrammar-test.js Renamed some properties of the |PEG| object 2010-08-14 17:49:03 +02:00