diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-09 22:03:04 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-09 22:03:04 +0000 |
commit | 7e086ab1ad79547dc9c93e56f38d0834c9f0080c (patch) | |
tree | b74f603053a2bc4d23dc99838a7184a29feb8d90 /src/ChangeLog | |
parent | 84f8896fc28ddbcd0e5cfd65202005cfc12d9dfd (diff) | |
download | open-axiom-7e086ab1ad79547dc9c93e56f38d0834c9f0080c.tar.gz |
* boot/translator.boot (bpOutItem): Tidy.
* boot/parser.boot (bpTypeAliasDefition): Support parameterized alias.
* boot/ast.boot (quote): New.
(backquote): Likewise.
(genTypeAlias): Likewise.
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 a7790991..7298ed24 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-04-09 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/translator.boot (bpOutItem): Tidy. + * boot/parser.boot (bpTypeAliasDefition): Support parameterized alias. + * boot/ast.boot (quote): New. + (backquote): Likewise. + (genTypeAlias): Likewise. + 2008-04-08 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/nlib.lisp (recompile-lib-file-if-necessary): Remove. |