pegjs/lib
David Majda 8639cf6d61 Expectation refactoring 6/7: Move "buildMessage" to SyntaxError
The "buildMessage" utility function, which was previously internal, is
now exposed as SyntaxError.buildMessage in generated parsers.

The motivation behind this is two-fold:

  1. Building of a syntax error message is a responsibility of the
     SyntaxError class, meaning the code should be placed there.

  2. By exposing the message building code, parser users can use it to
     generate customized error messages without duplicating PEG.js's code.

Note that helper functions inside "buildMessage" ("describeExpected",
"describeFound", etc.) currently aren't exposed. They may become exposed
in the future if there is enough demand.
2016-06-17 19:25:28 +02:00
..
compiler Expectation refactoring 6/7: Move "buildMessage" to SyntaxError 2016-06-17 19:25:28 +02:00
utils
.eslintrc.json
compiler.js
grammar-error.js
parser.js Don't use the "i" suffix for case-insensitive class descriptions 2016-06-13 10:41:15 +02:00
peg.js Rename the "buildParser" function to "generate" 2016-05-04 14:01:14 +02:00