Unfancy JavaScript
Go to file
Jeremy Ashkenas d3a51fbfa1 stylistics: removing a bunch of unecessary parentheses 2010-03-31 00:17:49 -04:00
bin
documentation stylistics: removing a bunch of unecessary parentheses 2010-03-31 00:17:49 -04:00
examples CoffeeScript 0.5.6 2010-03-23 00:18:50 -04:00
extras CoffeeScript 0.5.6 2010-03-23 00:18:50 -04:00
lib removing all of the 'type' tags from the Nodes. Simply using constructor.name instead. 2010-03-31 00:04:14 -04:00
src stylistics: removing a bunch of unecessary parentheses 2010-03-31 00:17:49 -04:00
test removing __range, and all the slice behavior it enabled. If you can't do array[-1], then you shouldn't be able to do array[0..-1] -- it's just too inconsistent. 2010-03-30 20:06:44 -04:00
vendor/jison Removing vendor specific files for measurement tests. 2010-03-30 14:33:57 -04:00
.gitignore
Cakefile merging in gfxmonk's major refactor to the way that returns are pushed down into the interior of expressions 2010-03-21 11:28:05 -04:00
LICENSE
README
Rakefile
index.html make sure that the source-hacking docs mention to 'git checkout lib' 2010-03-23 00:25:37 -04:00
package.json CoffeeScript 0.5.6 2010-03-23 00:18:50 -04:00

README

=                              
            {                   
         }   }   {              
        {   {  }  }             
         }   }{  {               
        {  }{  }  }                    _____       __  __           
       ( }{ }{  { )                   / ____|     / _|/ _|          
     .- { { }  { }} -.               | |     ___ | |_| |_ ___  ___ 
    (  ( } { } { } }  )              | |    / _ \|  _|  _/ _ \/ _ \ 
    |`-..________ ..-'|              | |___| (_) | | | ||  __/  __/ 
    |                 |               \_____\___/|_| |_| \___|\___|
    |                 ;--.           
    |                (__  \            _____           _       _   
    |                 | )  )          / ____|         (_)     | |  
    |                 |/  /          | (___   ___ _ __ _ _ __ | |_ 
    |                 (  /            \___ \ / __| '__| | '_ \| __|
    |                 |/              ____) | (__| |  | | |_) | |_ 
    |                 |              |_____/ \___|_|  |_| .__/ \__|
     `-.._________..-'                                  | |        
                                                        |_|
                  
                                                        
  CoffeeScript is a little language that compiles into JavaScript.
  
  Install Node.js, and then the CoffeeScript compiler:
  sudo bin/cake install
  
  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