pegjs/lib/compiler
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
..
passes Fix ReferenceError in compiler passes. 2012-12-14 12:55:30 -05:00
passes.js Git repo npmization: Make the repo a npm package 2012-11-10 14:21:14 +01:00