blob: f14752263d38542bc761632c4e6791a44f45b5c1 [file] [log] [blame]
=====================
Coffeescript examples
=====================
A few tests to see how CoffeeScript works with Duktape. Just convert the
Coffeescript files to Javascript with the ``Makefile.coffee`` in the
distributable, or manually::
$ coffee -c hello.coffee
$ cat hello.js