mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
284 B
284 B
=====================
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