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.
 
 
 
 
 
 
Sami Vaarala 09d5d5e7fd add some internal docs, improve READMEs, fix dist script 11 years ago
api-testcases the expect block for test-get-set-top.c api test was broken, replace with FIXME to be less misleading (fix later) 11 years ago
bugs fix issue emails 11 years ago
doc add some internal docs, improve READMEs, fix dist script 11 years ago
ecmascript-testcases math testcase comment, trivia 11 years ago
examples some coffeescript examples 11 years ago
licenses murmurhash2 license 12 years ago
references Ecmascript E5 and E5.1 specifications as references (license allows redistribution) 12 years ago
runtests fix src path in runtests 11 years ago
src add duk_push_string_file(), duk_compile_file(), and duk_eval_file() for convenience 11 years ago
website tweak template and front page styling 11 years ago
.gitignore add stripped files to ignore too 12 years ago
LICENSE.txt add a basic README and LICENSE 12 years ago
Makefile make the combined source the default, promoted one, rename it's dir from src-combined to src 11 years ago
Makefile.dist make the combined source the default, promoted one, rename it's dir from src-combined to src 11 years ago
README.txt.dist add some internal docs, improve READMEs, fix dist script 11 years ago
README.txt.full create a full dist, tweaks around dist/full 11 years ago
bin2img.py dummy helper for visualizing binaries as images (curiosity) 11 years ago
combine_src.py make combining sources deterministic so that combined sources diff better 11 years ago
make_dist.sh remove test.c and use examples/hello instead 11 years ago
make_full.sh add some internal docs, improve READMEs, fix dist script 11 years ago

README.txt.full

==========================
Duktape full distributable
==========================

This is a full Duktape distributable. You'll only need this if you want to
make changes to Duktape internals or perhaps run Duktape internal testcases.

Getting started:

1. Install nodejs packages::

$ cd <toplevel>/runtests
$ npm install

2. Compile libraries and command line tools::

$ cd <toplevel>
$ make

3. Run Ecmascript and API testcases::

$ cd <toplevel>
$ make test
$ make apitest