CoffeeScriptRedux

所属分类:人工智能/神经网络/深度学习
开发工具:CoffeeScript
文件大小:195KB
下载次数:0
上传日期:2022-07-19 20:35:10
上 传 者sh-1993
说明:  用适当的编译器设计原则重写CoffeeScript编译器,并注重健壮性和扩展性...
(?? rewrite of the CoffeeScript compiler with proper compiler design principles and a focus on robustness and extensibility)

文件列表:
.npmignore (86, 2017-04-13)
.travis.yml (133, 2017-04-13)
LICENSE (1481, 2017-04-13)
Makefile (2281, 2017-04-13)
bin (0, 2017-04-13)
bin\coffee (82, 2017-04-13)
lib (0, 2017-04-13)
lib\browser.js (2205, 2017-04-13)
lib\cli.js (12187, 2017-04-13)
lib\compiler.js (87314, 2017-04-13)
lib\functional-helpers.js (3389, 2017-04-13)
lib\helpers.js (7718, 2017-04-13)
lib\js-nodes.js (9689, 2017-04-13)
lib\module.js (3790, 2017-04-13)
lib\nodes.js (15767, 2017-04-13)
lib\optimiser.js (23377, 2017-04-13)
lib\parser.js (653646, 2017-04-13)
lib\pegjs-coffee-plugin.js (1129, 2017-04-13)
lib\preprocessor.js (9844, 2017-04-13)
lib\register.js (1765, 2017-04-13)
lib\repl.js (5536, 2017-04-13)
lib\run.js (4073, 2017-04-13)
package.json (1349, 2017-04-13)
register.js (27, 2017-04-13)
src (0, 2017-04-13)
src\browser.coffee (1658, 2017-04-13)
src\cli.coffee (10543, 2017-04-13)
src\compiler.coffee (56391, 2017-04-13)
src\functional-helpers.coffee (1376, 2017-04-13)
src\grammar.pegcoffee (56243, 2017-04-13)
src\helpers.coffee (5849, 2017-04-13)
src\js-nodes.coffee (5503, 2017-04-13)
src\module.coffee (2719, 2017-04-13)
src\nodes.coffee (12725, 2017-04-13)
src\optimiser.coffee (15142, 2017-04-13)
src\parser.coffee (130, 2017-04-13)
src\pegjs-coffee-plugin.coffee (835, 2017-04-13)
... ...

CoffeeScript II: The Wrath of Khan ================================== ``` { } } { { { } } } }{ { { }{ } } _____ __ __ ( }{ }{ { ) / ____| / _|/ _| .- { { } { }} -. | | ___ | |_| |_ ___ ___ ( ( } { } { } } ) | | / _ \| _| _/ _ \/ _ \ |`-..________ ..-'| | |___| (_) | | | || __/ __/ | | \_____\___/|_| |_| \___|\___| .-''-. | ;--. .' .-. ) | (__ \ _____ _ _ / .' / / | | ) ) / ____| (_) | | (_/ / / | |/ / | (___ ___ _ __ _ _ __ | |_ / / | ( / \___ \ / __| '__| | '_ \| __| / / | |/ ____) | (__| | | | |_) | |_ . ' | | |_____/ \___|_| |_| .__/ \__| / / _.-') `-.._________..-' | | .' ' _.'.-'' |_| / /.-'_.' / _.' ( _.-' ``` ### Status Complete enough to use for nearly every project. See the [roadmap to 2.0](https://github.com/michaelficarra/CoffeeScriptRedux/wiki/Roadmap). ### Getting Started npm install -g coffee-script-redux coffee --help coffee --js output.js Before transitioning from Jeremy's compiler, see the [intentional deviations from jashkenas/coffee-script](https://github.com/michaelficarra/CoffeeScriptRedux/wiki/Intentional-Deviations-From-jashkenas-coffee-script) wiki page. ### Development git clone git://github.com/michaelficarra/CoffeeScriptRedux.git && cd CoffeeScriptRedux && npm install make clean && git checkout -- lib && make -j build && make test ### Notable Contributors I'd like to thank the following financial contributors for their large donations to [the Kickstarter project](https://www.kickstarter.com/projects/michaelficarra/make-a-better-coffeescript-compiler) that funded the initial work on this compiler. Together, you donated over $10,000. Without you, I wouldn't have been able to do this. * [Groupon](https://www.groupon.com/), who is generously allowing me to work in their offices * [Trevor Burnham](http://trevorburnham.com) * [Shopify](https://www.shopify.com/) * [Abakas](http://abakas.com) * [37signals](http://37signals.com) * [Brightcove](https://www.brightcove.com/en/) * [Gaslight](https://teamgaslight.com/) * [Pantheon](https://pantheon.io/) * Benbria * Sam Stephenson * Bevan Hunt * Meryn Stol * Rob Tsuk * Dion Almaer * Andrew Davey * Thomas Burleson * Michael Kedzierski * Jeremy Kemper * Kyle Cordes * Jason R. Lauman * Martin Drenovac (Envizion Systems - Aust) * Julian Bilcke * Michael Edmondson And of course, thank you [Jeremy](https://github.com/jashkenas) (and all the other [contributors](https://github.com/jashkenas/coffeescript/graphs/contributors)) for making [the original CoffeeScript compiler](https://github.com/jashkenas/coffeescript).

近期下载者

相关文件


收藏者