Browse Source

example README.txt files

pull/2/head
Sami Vaarala 11 years ago
parent
commit
8f1c1eb1f0
  1. 5
      examples/cmdline/README.txt
  2. 6
      examples/coffee/README.txt
  3. 4
      examples/eval/README.txt
  4. 4
      examples/guide/README.txt
  5. 4
      examples/hello/README.txt

5
examples/cmdline/README.txt

@ -0,0 +1,5 @@
Duktape command line
====================
Ecmascript command line execution tool, useful for running Ecmascript code
from a file, stdin, or interactively. Also used by automatic testing.

6
examples/coffee/README.txt

@ -0,0 +1,6 @@
Coffeescript examples
=====================
A few tests to see how CoffeeScript works with Duktape. Simply say::
$ make

4
examples/eval/README.txt

@ -0,0 +1,4 @@
Eval example
============
Evaluate expressions from command line.

4
examples/guide/README.txt

@ -0,0 +1,4 @@
Duktape guide example files
===========================
Examples used in the Duktape guide.

4
examples/hello/README.txt

@ -0,0 +1,4 @@
Hello world example
===================
Very simple example, most useful for compilation tests.
Loading…
Cancel
Save