Unfancy JavaScript
Go to file
Michael Ficarra a2c593bc2c too many newlines after errors in the REPL 2011-09-19 02:18:42 -04:00
bin Moved src/*.coffee under src/coffee-script/ so that lib can be added to $NODE_PATH and only expose the top-level coffee-script namespace. Fixes #1246 2011-07-05 21:58:04 +10:00
documentation [docs] examples of using guards and indices in array comprehensions 2011-09-11 12:43:39 -07:00
examples fixes #1699 2011-09-18 00:52:30 -03:00
extras rebuilding the browser js with a new Jison-generated parser. 2011-08-04 23:57:40 -04:00
lib/coffee-script too many newlines after errors in the REPL 2011-09-19 02:18:42 -04:00
src too many newlines after errors in the REPL 2011-09-19 02:18:42 -04:00
test Issue #1703, - --x 2011-09-17 22:21:47 -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 Another attempt to fix #1580... still haven't come up with a good way to 2011-09-04 12:16:04 -04:00
LICENSE CoffeeScript 1.0.1 2011-01-31 22:39:12 -05:00
README README: corrected compilation instruction; added execution instruction 2011-08-09 00:23:55 -03:00
Rakefile Updating rake task to pull version number and date. 2010-11-21 22:33:27 -05:00
index.html Adding a link to the change log to the current version, to make it easier to see what's changed. 2011-08-31 16:10:06 -03:00
package.json Bumping node dependency from 0.2.5 to 0.4.0 2011-09-04 13:32:57 -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.)

  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, 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