pegjs/lib
Justin Blank ac179cda7b Fix ReferenceError in compiler passes.
Previously, the report-left-recursion and report-missing-rules passes
used PEG.GrammarError without requiring it, causing a ReferenceError.

Since requiring lib/peg.js would cause circular requirements, this
commit imports lib/grammar-error.js as GrammarError.

The bug was introduced in commit
4cda79951a.

Fixes GH-135.
2012-12-14 12:55:30 -05:00
..
compiler Fix ReferenceError in compiler passes. 2012-12-14 12:55:30 -05:00
compiler.js Kill the |toSource| method, introduce the |output| option 2012-11-11 18:18:52 +01:00
grammar-error.js Git repo npmization: Make the repo a npm package 2012-11-10 14:21:14 +01:00
parser.js Text nodes: Use text nodes in PEG.js grammar 2012-12-02 17:23:49 +01:00
peg.js Git repo npmization: Make the repo a npm package 2012-11-10 14:21:14 +01:00
utils.js Add backslash forgotten in the previous commit 2012-11-21 08:35:43 +01:00