Unfancy JavaScript
Go to file
Michael Ficarra a5ba0c27ae breaking long lines created by 803a7d06e3 2011-08-08 12:27:53 -04:00
bin Using process.mainModule.filename instead of passing __filename 2011-04-30 23:01:36 -04:00
documentation removing errant line from changelog 2011-08-08 10:03:41 -04:00
examples CoffeeScript 1.0.1 2011-01-31 22:39:12 -05:00
extras rebuilding the browser js with a new Jison-generated parser. 2011-08-04 23:57:40 -04:00
lib breaking long lines created by 803a7d06e3 2011-08-08 12:27:53 -04:00
src breaking long lines created by 803a7d06e3 2011-08-08 12:27:53 -04:00
test allowing classes to extend expressions; fixes #1482 2011-08-07 05:02:01 -04:00
.gitignore Add uglify-js and jison as development dependencies 2011-08-04 22:55:53 -05:00
.npmignore fixes issue #1490 ... jsl.conf is incorrectly npmignored. 2011-07-06 22:15:35 -04:00
Cakefile Cakefile: build:full exits unsuccessfully when tests or builds fail; 2011-07-18 17:47:31 -04:00
LICENSE CoffeeScript 1.0.1 2011-01-31 22:39:12 -05:00
README Updating README and website with -g instructions. 2011-04-30 11:10:37 -04:00
Rakefile Updating rake task to pull version number and date. 2010-11-21 22:33:27 -05:00
index.html removing errant line from changelog 2011-08-08 10:03:41 -04:00
package.json Jison goes to 11 2011-08-04 23:59:46 -04:00

README

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


  CoffeeScript is a little language that compiles into JavaScript.

  Install Node.js, and then the CoffeeScript compiler:
  sudo bin/cake install

  Or, if you have the Node Package Manager installed:
  npm install -g coffee-script
  (Leave off the -g if you don't wish to install globally.)

  Compile a script:
  coffee /path/to/script.coffee

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

  To suggest a feature, report a bug, or general discussion:
  http://github.com/jashkenas/coffee-script/issues/

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

  The source repository:
  git://github.com/jashkenas/coffee-script.git

  All contributors are listed here:
  http://github.com/jashkenas/coffee-script/contributors