Unfancy JavaScript
Go to file
Geoffrey Booth 72cf485dce 1.12.5 (#4495)
* Use Markdown-It instead of Marked for generating the docs; update package versions

* Fix links to v2 docs

* Bump version to 1.12.5; update changelog and compiled docs output

* Update compiled output for 1.12.5

* Improve styling for tables
2017-04-10 09:30:36 -07:00
bin
docs 1.12.5 (#4495) 2017-04-10 09:30:36 -07:00
documentation 1.12.5 (#4495) 2017-04-10 09:30:36 -07:00
lib/coffee-script 1.12.5 (#4495) 2017-04-10 09:30:36 -07:00
src Fix #4491: import- and export-specific lexing should stop (#4492) 2017-04-09 02:53:43 -07:00
test Fix #4491: import- and export-specific lexing should stop (#4492) 2017-04-09 02:53:43 -07:00
.gitignore Fix stack trace (#4428) 2017-01-22 13:20:18 -08:00
.nojekyll
CONTRIBUTING.md
Cakefile 1.12.5 (#4495) 2017-04-10 09:30:36 -07:00
LICENSE
README.md Refactor Cake tasks (#4440) 2017-02-18 02:47:02 -05:00
bower.json
package.json 1.12.5 (#4495) 2017-04-10 09:30:36 -07:00
register.js
repl.js

README.md

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

CoffeeScript is a little language that compiles into JavaScript.

Installation

If you have the node package manager, npm, installed:

npm install --global coffee-script

Leave off the --global if you dont wish to install globally.

Getting Started

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 or report a bug: http://github.com/jashkenas/coffeescript/issues

If youd like to chat, drop by #coffeescript on Freenode IRC.

The source repository: https://github.com/jashkenas/coffeescript.git

Changelog: http://coffeescript.org/#changelog

Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors