klisp

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

commit 083d1496630d0d27dbd673957327cbb122d16a79
parent e1a69ed019d2bb30e1bb3f43a1ea26eefee1f222
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Wed, 30 Nov 2011 02:47:03 -0300

Fixed the source code info reset on the repl (it now just eats whitespace, not comments).

Diffstat:
MTODO | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/TODO b/TODO @@ -18,12 +18,9 @@ typedef like lua) * fix: ** fix char-ready? and u8-ready? (r7rs) -** eliminate kread_ignore_whitespace_and_comments_from_port, - replace for a boolean flag to tell read to reset source info - after first token read. -* documentation ** fix some inconsistencies between the man page and the interpreter - behaviour. + behaviour (especially in the displaying of the message). +* documentation ** update the manual with the current features ** add a section to the manual with the interpreter usage * operatives: