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.
5e64d09a15
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. |
14 years ago | |
---|---|---|
.. | ||
compiler.js | 14 years ago | |
metagrammar.js | 14 years ago | |
metagrammar.pegjs | 15 years ago |