Unfancy JavaScript
Go to file
Rory O’Kane 6df8d92499 Fix markup in math operator documentation
In the documentation, surround the new operators with `<tt>` tags instead of Markdown-style backticks, since this is HTML.
2014-01-28 20:49:20 -05: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 Fix markup in math operator documentation 2014-01-28 20:49:20 -05:00
examples Back to non-naked constructor, @, preincrement, comprehension bracketing, idioms: calls, comprehensions, interpolations 2013-12-09 22:28:34 +00:00
extras CoffeeScript 1.7.0 2014-01-28 14:05:38 -05:00
lib/coffee-script Recompile source with 1.7.0 version 2014-01-28 03:34:00 +00:00
src Recompile documentation js files with 1.7.0 version 2014-01-28 03:33:03 +00:00
test Fixing tests for browser. 2014-01-27 11:55:20 -05:00
.gitignore ignore litcoffee files 2012-09-25 17:50:04 -05:00
.npmignore fixes issue #1490 ... jsl.conf is incorrectly npmignored. 2011-07-06 22:15:35 -04:00
CNAME trying with just the .org 2011-10-31 22:54:32 -04:00
CONTRIBUTING.md Adding a CONTRIBUTING to CoffeeScript. 2012-09-17 13:16:41 -04:00
Cakefile Use actual _.template instead of custom one 2014-01-28 18:56:43 +00:00
LICENSE CoffeeScript 1.7.0 2014-01-28 14:05:38 -05:00
README CoffeeScript 1.7.0 2014-01-28 14:05:38 -05:00
index.html Removed idle styles 2014-01-28 18:57:37 +00:00
package.json CoffeeScript 1.7.0 2014-01-28 14:05:38 -05:00
register.js fix auto and manual require.extensions registration; ref #3141 2013-12-08 14:19:10 -06:00

README

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


  CoffeeScript is a little language that compiles into JavaScript.

  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.)

  Or, if you don't wish to use npm:
  sudo bin/cake install

  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

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