Unfancy JavaScript
Go to file
Daniel X Moore 98a23315d7
Simplified number regexes (#5430)
2022-10-25 09:23:39 -07:00
.github/workflows Update dependencies (#5416) 2022-04-25 20:09:26 -07:00
bin
docs Simplified number regexes (#5430) 2022-10-25 09:23:39 -07:00
documentation Fix #5421, docs code snippets not running (#5422) 2022-08-02 09:23:31 -07:00
lib Simplified number regexes (#5430) 2022-10-25 09:23:39 -07:00
src Simplified number regexes (#5430) 2022-10-25 09:23:39 -07:00
test Simplified number regexes (#5430) 2022-10-25 09:23:39 -07:00
.babelrc Babel 7 (#5105) 2018-09-09 13:41:49 -07:00
.gitignore Don't publish .DS_Store to npm 2019-04-07 20:48:04 -07:00
.nojekyll
CODE_OF_CONDUCT.md Code of Conduct (#4992) 2018-02-26 22:18:13 -08:00
CONTRIBUTING.md 2.3.0 (#5043) 2018-04-28 18:57:15 -07:00
Cakefile Update dependencies (#5416) 2022-04-25 20:09:26 -07:00
ISSUE_TEMPLATE.md 2.3.1 (#5069) 2018-05-21 22:14:34 -07:00
LICENSE [update] copyright year to 2018 (#4988) 2018-02-24 23:40:11 -08:00
PULL_REQUEST_TEMPLATE.md 2.3.1 (#5069) 2018-05-21 22:14:34 -07:00
README.md 2.3.1 (#5069) 2018-05-21 22:14:34 -07:00
bower.json
package-lock.json Update dependencies (#5416) 2022-04-25 20:09:26 -07:00
package.json Update dependencies (#5416) 2022-04-25 20:09:26 -07:00
register.js
repl.js

README.md

      @@@@@@@                @@@@  @@@@@
     @@@@@@@@@@              @@@   @@@                                           {
    @@@@     @@              @@@   @@@                                        }   }   {
   @@@@          @@@@@@@    @@@   @@@     @@@@@@    @@@@@@                   {   {  }  }
  @@@@          @@@   @@  @@@@@  @@@@@@  @@@   @@  @@@@  @@                   }   }{  {
  @@@@         @@@@   @@   @@@    @@@   @@@   @@@ @@@   @@@                  {  }{  }  }
  @@@@        @@@@    @@   @@@    @@@   @@@@@@@@  @@@@@@@@                  { }{ }{  { }
  @@@@@       @@@@   @@    @@@    @@@   @@@       @@@                     {  { } { } { }  }
   @@@@@@@@@@ @@@@@@@@    @@@    @@@    @@@@@@@@  @@@@@@@@                 { }   { }   { }
      @@@@@               @@@    @@@      @@@@@     @@@@@           @@@@@@   { }   { }    @@@@@@@
                         @@@    @@@                                 @@@@@@@@@@@@@@@@@@@@@@@@@@@@
      @@@@@@            @@@    @@@                                @@ @@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@    @@          @@@   @@@@                                @@   @@@@@@@@@@@@@@@@@@@@@@@@
   @@@@   @@@                       @@                  @@@@     @@@   @@@@@@@@@@@@@@@@@@@@@
   @@@@@          @@@@@   @@  @@   @@@     @@@@@@@     @@@@@      @@@    @@@@@@@@@@@@@@@@@@
     @@@@@      @@@  @@@ @@@@@@@@         @@@@  @@@@  @@@@@@@       @@@   @@@@@@@@@@@@@@@@
       @@@@@   @@@       @@@@     @@@@    @@@    @@@   @@@                 @@@@@@@@@@@@@@
 @@@@@  @@@@  @@@@      @@@@      @@@@   @@@@   @@@@  @@@@
@@@     @@@@  @@@       @@@@     @@@@    @@@    @@@@  @@@@
@@@     @@@@  @@@@     @@@@      @@@@   @@@@   @@@@  @@@@
 @@@@@@@@@     @@@@@@  @@@@       @@@@  @@@@@@@@@    @@@@
                                       @@@          @@@@
                                      @@@
                                      @@@

CoffeeScript is a little language that compiles into JavaScript.

Installation

Once you have Node.js installed:

# Install locally for a project:
npm install --save-dev coffeescript

# Install globally to execute .coffee files anywhere:
npm install --global coffeescript

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: https://coffeescript.org/

To suggest a feature or report a bug: https://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: https://coffeescript.org/#changelog

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