pegjs/lib
David Majda 8003edafc9 Rename the "node" module format to "commonjs"
Parsers generated in this format use module.exports, so they are not
strictly CommonJS, but this is a common extension and the original name
would be confusing once Node.js implements ES2015 modules.
2016-08-06 18:05:03 +02:00
..
compiler Rename the "node" module format to "commonjs" 2016-08-06 18:05:03 +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
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
parser.js generate-js.js: Quote the "class" key in DESCRIBE_EXPECTATION_FNS 2016-08-05 14:46:32 +02:00
peg.js Don't use "this" inside peg.generate 2016-07-04 08:33:26 +02:00