diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-15 16:56:22 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-15 16:56:22 +0000 |
commit | 8cf4c7d7040078b651859fbd998f6bbf7b68127e (patch) | |
tree | 478d9f7f40133f10583a0538c8a3ee28262b023f /src/ChangeLog | |
parent | e3790da8fee54ede09e8126213a10da0aa555d06 (diff) | |
download | open-axiom-8cf4c7d7040078b651859fbd998f6bbf7b68127e.tar.gz |
* boot/ast.boot (shoeCompTran1): Don't indiscriminately walk CASE
forms. Translate %Namespace forms too.
* boot/parser.boot (bpApplication): Include Namespace too.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79f51db3..bcab568f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +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. + 2011-05-14 Gabriel Dos Reis <gdr@cs.tamu.edu> * boot/parser.boot (bpNamedScope): New. |