mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
11 years ago
5 changed files with 23 additions and 0 deletions
@ -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. |
@ -0,0 +1,6 @@ |
|||
Coffeescript examples |
|||
===================== |
|||
|
|||
A few tests to see how CoffeeScript works with Duktape. Simply say:: |
|||
|
|||
$ make |
@ -0,0 +1,4 @@ |
|||
Eval example |
|||
============ |
|||
|
|||
Evaluate expressions from command line. |
@ -0,0 +1,4 @@ |
|||
Duktape guide example files |
|||
=========================== |
|||
|
|||
Examples used in the Duktape guide. |
@ -0,0 +1,4 @@ |
|||
Hello world example |
|||
=================== |
|||
|
|||
Very simple example, most useful for compilation tests. |
Loading…
Reference in new issue