From 3537b6ab6e6696fb5def82cde4c9c9e843f84ce9 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 16 May 2011 02:40:27 +0000 Subject: * boot/tokens.boot: "do" is now a keyword. * boot/ast.boot (bfDo): New. * boot/parser.boot (bpDo): New. (bpReturn): Include do-expressions. * interp/vmlisp.lisp (do): Remove. --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index bcab568f..2b03097c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2011-05-15 Gabriel Dos Reis + + * boot/tokens.boot: "do" is now a keyword. + * boot/ast.boot (bfDo): New. + * boot/parser.boot (bpDo): New. + (bpReturn): Include do-expressions. + * interp/vmlisp.lisp (do): Remove. + 2011-05-15 Gabriel Dos Reis * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE -- cgit v1.2.3