https://github.com/creationix/coffeepot
A compiler for coffee-script written in coffee-script.
https://github.com/creationix/coffeepot
Last synced: about 1 year ago
JSON representation
A compiler for coffee-script written in coffee-script.
- Host: GitHub
- URL: https://github.com/creationix/coffeepot
- Owner: creationix
- Created: 2010-01-06T23:10:13.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-03T21:16:31.000Z (over 16 years ago)
- Last Synced: 2024-10-19T04:19:52.598Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://trycoffee.org
- Size: 3.97 MB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# CoffeePot
CoffeePot will be a CoffeeScript compiler written in pure CoffeeScript. For those who haven't heard about it yet, CoffeeScript is a language that directly compiles down to pure JS. The current compiler is written in Ruby, but it would be nice to have one that's native. Then you could compile in the browser, or server-side with rhino or node.
Currently the compiler can compile a subset of CoffeeScript.
A live example is available at
The public folder has a fully usable distribution of coffeescript that can be used for both browsers and commonjs environments.
More to come soon...