UNPKG

pegjs-coffee-plugin

Version:

A plugin for PEG.js to use CoffeeScript in your actions.

18 lines (14 loc) 558 B
## Version 0.2.2 * Selectively compile nodes. (@norcalli) * Updated for newer AST tree with literals, classes and any. (@norcalli) ## Version 0.2.1 * Fix indentation bug in the initializer. ## Version 0.2.0 * Switch to the new plugin structure of pegjs 0.8. * Bundle CoffeeScript with the plugin for the browser. * Make peg.js a peer dependency. * Use browserify for building the web version. * Make the github repo itself a valid npm module. * Implement tests and the plugin itself in JavaScript to have less building. ## Version 0.1.0 * Initial release