1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
Unfancy JavaScript
Find a file
Jeremy Ashkenas dc8a2b17d0 Merge pull request #3849 from lydell/regex-end-invalid-escape
Fix error message for invalid escape at end of regex
2015-02-12 13:55:10 -05:00
bin
documentation redoc 2015-02-03 11:31:43 -05:00
examples
extras CoffeeScript 1.9.0 2015-01-29 12:20:46 -05:00
lib/coffee-script Merge pull request #3849 from lydell/regex-end-invalid-escape 2015-02-12 13:55:10 -05:00
src Merge pull request #3849 from lydell/regex-end-invalid-escape 2015-02-12 13:55:10 -05:00
test Fix error message for invalid escape at end of regex 2015-02-12 19:26:41 +01:00
.gitignore
.npmignore
bower.json CoffeeScript 1.9.0 2015-01-29 12:20:46 -05:00
Cakefile Merge remote-tracking branch 'A/master' 2014-09-06 11:32:25 +02:00
CNAME
CONTRIBUTING.md now that github supports renames, coffeescript, not coffee-script 2014-05-08 15:07:42 -04:00
index.html Revert "move changelog" 2015-01-30 13:44:42 -05:00
LICENSE Fixed copyright range to be updated to 2015 2015-02-08 11:28:51 -08:00
package.json redoc 2015-02-03 11:31:43 -05:00
README now that github supports renames, coffeescript, not coffee-script 2014-05-08 15:07:42 -04:00
README.md bin/cake will be in coffeescript 2014-07-17 15:04:40 -07:00
register.js
repl.js

        {
     }   }   {
    {   {  }  }
     }   }{  {
    {  }{  }  }                    _____       __  __
   { }{ }{  { }                   / ____|     / _|/ _|
 .- { { }  { }} -.               | |     ___ | |_| |_ ___  ___
(  { } { } { } }  )              | |    / _ \|  _|  _/ _ \/ _ \
|`-..________ ..-'|              | |___| (_) | | | ||  __/  __/
|                 |               \_____\___/|_| |_| \___|\___|
|                 ;--.
|                (__  \            _____           _       _
|                 | )  )          / ____|         (_)     | |
|                 |/  /          | (___   ___ _ __ _ _ __ | |_
|                 (  /            \___ \ / __| '__| | '_ \| __|
|                 |/              ____) | (__| |  | | |_) | |_
|                 |              |_____/ \___|_|  |_| .__/ \__|
 `-.._________..-'                                  | |
                                                    |_|

CoffeeScript is a little language that compiles into JavaScript.

Installation

If you have the node package manager, npm, installed:

npm install -g coffee-script

Leave off the -g if you don't wish to install globally. If you don't wish to use npm:

git clone https://github.com/jashkenas/coffeescript.git
sudo coffeescript/bin/cake install

Getting Started

Execute a script:

coffee /path/to/script.coffee

Compile a script:

coffee -c /path/to/script.coffee

For documentation, usage, and examples, see: http://coffeescript.org/

To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues

If you'd like to chat, drop by #coffeescript on Freenode IRC.

The source repository: https://github.com/jashkenas/coffeescript.git

Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors