Unfancy JavaScript
Go to file
Jeremy Ashkenas c4d19cd1fa removing underscore.js from lib, and from the docs page 2010-02-16 18:39:31 -05:00
bin add a -- to let us parse our own flags 2010-02-13 10:45:05 -05:00
documentation removing underscore.js from lib, and from the docs page 2010-02-16 18:39:31 -05:00
examples removing underscore as a dependency for nodes.coffee -- let's be minimal 2010-02-16 18:38:03 -05:00
extras adding updated coffee.vim syntax file 2010-02-15 21:32:15 -08:00
lib removing underscore.js from lib, and from the docs page 2010-02-16 18:39:31 -05:00
src removing underscore as a dependency for nodes.coffee -- let's be minimal 2010-02-16 18:38:03 -05:00
test fixing an overzealous access in the rewriter 2010-02-16 10:12:40 -05:00
vendor/jison removing the vendored optparse in favor of a pure-coffeescript optparse library 2010-02-14 15:16:33 -05:00
.gitignore adding the compiled parser back into the repo (after all that) so that it can be used as the source for the narwhal package 2010-01-23 12:44:36 -05:00
LICENSE bumping the license to 2010 2010-01-10 17:57:29 -05:00
README beginnings of a build script 2010-02-16 01:04:48 -05:00
Rakefile removing underscore as a dependency for nodes.coffee -- let's be minimal 2010-02-16 18:38:03 -05:00
build.coffee beginnings of a build script 2010-02-16 01:04:48 -05:00
coffee-script.gemspec CoffeeScript 0.3.2, just in time for the Github feature 2010-02-08 10:58:49 -05:00
index.html removing underscore.js from lib, and from the docs page 2010-02-16 18:39:31 -05:00
package.json CoffeeScript 0.3.2, just in time for the Github feature 2010-02-08 10:58:49 -05:00

README

=                              
            {                   
         }   }   {              
        {   {  }  }             
         }   }{  {               
        {  }{  }  }                    _____       __  __           
       ( }{ }{  { )                   / ____|     / _|/ _|          
     .- { { }  { }} -.               | |     ___ | |_| |_ ___  ___ 
    (  ( } { } { } }  )              | |    / _ \|  _|  _/ _ \/ _ \ 
    |`-..________ ..-'|              | |___| (_) | | | ||  __/  __/ 
    |                 |               \_____\___/|_| |_| \___|\___|
    |                 ;--.           
    |                (__  \            _____           _       _   
    |                 | )  )          / ____|         (_)     | |  
    |                 |/  /          | (___   ___ _ __ _ _ __ | |_ 
    |                 (  /            \___ \ / __| '__| | '_ \| __|
    |                 |/              ____) | (__| |  | | |_) | |_ 
    |                 |              |_____/ \___|_|  |_| .__/ \__|
     `-.._________..-'                                  | |        
                                                        |_|
                  
                                                        
  CoffeeScript is a little language that compiles into JavaScript.
  
  Install the compiler:
  gem install coffee-script
  
  Compile a script:
  coffee /path/to/script.coffee
  
  For documentation, usage, and examples, see:
  http://jashkenas.github.com/coffee-script/
  
  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.

  The source repository:
  git://github.com/jashkenas/coffee-script.git
  
  Warning: A new version of the compiler, written entirely in CoffeeScript,
  is in the works. Check out /src for the details. To try it out, use
  bin/node_coffee. To have CoffeeScript recompile itself, run:
  
  build compiler
  
  To rebuild the Jison parser (takes about 30 seconds), run:
  
  build grammar