pegjs/lib/compiler
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
..
passes UMD parsers: Allow specifying parser dependencies 2016-05-03 11:50:01 +02:00
asts.js Fix labels leaking to outer scope 2016-03-11 16:42:03 +01:00
js.js Rename javascript.js to js.js 2015-09-04 15:38:17 +02:00
opcodes.js Fix comment typo 2015-08-18 10:58:22 +02:00
visitor.js Fix labels leaking to outer scope 2016-03-11 16:42:03 +01:00