You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
passes UMD parsers: Allow specifying parser dependencies 8 years ago
asts.js Fix labels leaking to outer scope 8 years ago
js.js Rename javascript.js to js.js 9 years ago
opcodes.js Fix comment typo 9 years ago
visitor.js Fix labels leaking to outer scope 8 years ago