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 ab0e85b006 UMD parsers: Refactor "generateWrapper"
Extract "generateWrapper" code which generates code of the intro and the
returned parser object into helper functions. This is pure refactoring,
generated parser code is exactly the same as before.

This change will make it easier to modifiy "generateWrapper" to produce
UMD modules.

Part of work on #362.
8 years ago
..
passes UMD parsers: Refactor "generateWrapper" 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