diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-16 02:40:27 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-16 02:40:27 +0000 |
commit | 3537b6ab6e6696fb5def82cde4c9c9e843f84ce9 (patch) | |
tree | 1483f8a7677477c35940de78eccb7e6d087b5ce0 /src/ChangeLog | |
parent | 8cf4c7d7040078b651859fbd998f6bbf7b68127e (diff) | |
download | open-axiom-3537b6ab6e6696fb5def82cde4c9c9e843f84ce9.tar.gz |
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bcab568f..2b03097c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2011-05-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * 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 <gdr@cs.tamu.edu> + * boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE forms. Translate %Namespace forms too. * boot/parser.boot (bpApplication): Include Namespace too. |