klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit 03d642e6617a3d0fb7bef6d4e968a938c94dab22
parent e9b17c256904fb13a56d38cab7a40a912cff34f8
Author: Oto Havle <havleoto@gmail.com>
Date:   Fri, 21 Oct 2011 10:41:06 +0200

Added tests of i/o features.

Diffstat:
Msrc/tests/test-all.k | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/tests/test-all.k b/src/tests/test-all.k @@ -15,5 +15,6 @@ (load "tests/environment-mutation.k") (load "tests/combiners.k") (load "tests/numbers.k") +(load "tests/ports.k") (check-report) \ No newline at end of file