Unfancy JavaScript
Go to file
Jeremy Ashkenas 968aeec523 added a test to make sure that chained calls work 2009-12-25 07:16:59 -08:00
bin removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run 2009-12-24 23:57:27 -08:00
documentation bumping to 0.1.3 ... here we go 2009-12-25 00:16:56 -08:00
examples making all assignment-y operators use a colon -- now it's +: -: *: /:, and friends 2009-12-24 22:25:29 -08:00
lib allowing chained function calls, one right after another 2009-12-25 07:08:57 -08:00
test added a test to make sure that chained calls work 2009-12-25 07:16:59 -08:00
.gitignore built the first gem -- works just fine 2009-12-16 23:10:03 -05:00
LICENSE completely reorganized for a gem and the 'coffee-script' command 2009-12-16 22:42:53 -05:00
README added some execution test 2009-12-24 00:12:07 -08:00
Rakefile removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run 2009-12-24 23:57:27 -08:00
coffee-script.gemspec bumping to 0.1.3 ... here we go 2009-12-25 00:16:56 -08:00
index.html bumping to 0.1.3 ... here we go 2009-12-25 00:16:56 -08:00
package.json bumping to 0.1.3 ... here we go 2009-12-25 00:16:56 -08:00

README

=                              
            {                   
         }   }   {              
        {   {  }  }             
         }   }{  {               
        {  }{  }  }                    _____       __  __           
       ( }{ }{  { )                   / ____|     / _|/ _|          
     .- { { }  { }} -.               | |     ___ | |_| |_ ___  ___ 
    (  ( } { } { } }  )              | |    / _ \|  _|  _/ _ \/ _ \ 
    |`-..________ ..-'|              | |___| (_) | | | ||  __/  __/ 
    |                 |               \_____\___/|_| |_| \___|\___|
    |                 ;--.           
    |                (__  \            _____           _       _   
    |                 | )  )          / ____|         (_)     | |  
    |                 |/  /          | (___   ___ _ __ _ _ __ | |_ 
    |                 (  /            \___ \ / __| '__| | '_ \| __|
    |                 |/              ____) | (__| |  | | |_) | |_ 
    |                 |              |_____/ \___|_|  |_| .__/ \__|
     `-.._________..-'                                  | |        
                                                        |_|
                  
                                                        
  CoffeeScript is a little language that compiles into JavaScript.
  
  Install the compiler:
  gem install coffee-script
  
  Compile a script:
  coffee-script /path/to/script.cs
  
  For documentation, usage, and examples, see:
  http://jashkenas.github.com/coffee-script/
  
  To suggest a feature or report a bug:
  http://github.com/jashkenas/coffee-script/issues/

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