pegjs/lib
David Majda 88c957c9e8 Fix ESLint errors in lib/compiler/passes/generate-js.js
Fix the following errors:

   65:11  error  Unexpected trailing comma  comma-dangle
  211:40  error  Unexpected trailing comma  comma-dangle
  223:27  error  Unexpected trailing comma  comma-dangle
  233:27  error  Unexpected trailing comma  comma-dangle
2016-01-22 14:02:51 +01:00
..
compiler Fix ESLint errors in lib/compiler/passes/generate-js.js 2016-01-22 14:02:51 +01:00
utils Remove trailing commas in object literals 2015-08-21 16:02:13 +02:00
compiler.js Expose the AST node visitor builder via PEG.compiler.visitor 2015-12-11 14:09:38 +01:00
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
parser.js Speed up deduplication of expectations 2015-12-04 10:56:45 +01:00
peg.js Update version to 0.9.0 2015-08-30 08:22:26 +02:00