OVMS3/OVMS.V3/components/duktape/examples/coffee
2022-04-06 00:04:46 +02:00
..
globals.coffee Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
hello.coffee Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
mandel.coffee Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.rst Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

=====================
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