pegjs/lib
David Majda eda2a34c7f Expectation refactoring 1/7: Restructure "literal" expectations
Changes:

  * Rename the "value" property to "text" (because it doesn't contain
    the whole value, which also includes the case sensitivity flag).

  * Add the "ignoreCase" property (which was missing).
2016-06-17 19:15:51 +02:00
..
compiler Expectation refactoring 1/7: Restructure "literal" expectations 2016-06-17 19:15:51 +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 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