]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/src/third_party/duktape-1.3.0/examples/coffee/README.rst
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.3.0 / examples / coffee / README.rst
1 =====================
2 Coffeescript examples
3 =====================
4
5 A few tests to see how CoffeeScript works with Duktape. Just convert the
6 Coffeescript files to Javascript with the ``Makefile.coffee`` in the
7 distributable, or manually::
8
9 $ coffee -c hello.coffee
10 $ cat hello.js