pegjs/lib
David Majda 2fd77b96fc Revert "Use literal raw text in error messages"
I no longer think that using raw literal texts in error messages is the
right thing to do. The main reason is that it couples error messages
with details of the grammar such as use of single or double quotes in
literals. A better solution is coming in the next commit.

This reverts commit 69a0f769fc.
2016-05-09 15:07:44 +02:00
..
compiler Revert "Use literal raw text in error messages" 2016-05-09 15:07:44 +02:00
utils Remove trailing commas in object literals 2015-08-21 16:02:13 +02:00
.eslintrc.json ESLint: Set environments better 2016-01-29 14:50:38 +01:00
compiler.js Rename the "PEG" variable to "peg" 2016-05-04 12:37:13 +02:00
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
parser.js Revert "Use literal raw text in error messages" 2016-05-09 15:07:44 +02:00
peg.js Rename the "buildParser" function to "generate" 2016-05-04 14:01:14 +02:00