pegjs/lib
David Majda 810567d865 UMD parsers: Allow specifying parser dependencies
Introduce two ways of specifying parser dependencies: the "dependencies"
option of PEG.buildParser and the -d/--dependency CLI option. Specified
dependencies are translated into AMD dependencies and Node.js's
"require" calls when generating an UMD parser.

Part of work on #362.
2016-05-03 11:50:01 +02:00
..
compiler UMD parsers: Allow specifying parser dependencies 2016-05-03 11:50:01 +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 UMD parsers: Allow specifying parser dependencies 2016-05-03 11:50:01 +02:00
grammar-error.js Merge pull request #347 from mbaumgartl/errorstack 2015-07-03 13:05:41 +02:00
parser.js UMD parsers: Regenerate lib/parser.js 2016-05-03 11:27:25 +02:00
peg.js Rewrite handling of optional parameters 2016-04-27 13:40:23 +02:00