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.
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.
12 years ago
..
compiler Fix ReferenceError in compiler passes. 12 years ago
compiler.js Kill the |toSource| method, introduce the |output| option 12 years ago
grammar-error.js Git repo npmization: Make the repo a npm package 12 years ago
parser.js Text nodes: Use text nodes in PEG.js grammar 12 years ago
peg.js Git repo npmization: Make the repo a npm package 12 years ago
utils.js Add backslash forgotten in the previous commit 12 years ago