diff options
author | dos-reis <gdr@axiomatics.org> | 2008-10-08 22:18:38 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-10-08 22:18:38 +0000 |
commit | 1fdd3d6b44f1eececda6e23e7f044d911bb9a8eb (patch) | |
tree | 82052b4f8d4aaecbaddac9d7705e850bcfb43265 /src/ChangeLog | |
parent | 2a99c68c951cc35192d8f0fe733f0c7ff0b7d31c (diff) | |
download | open-axiom-1fdd3d6b44f1eececda6e23e7f044d911bb9a8eb.tar.gz |
Allow compound argument types in Boot signatures.
* boot/parser.boot (bpArgtypeList): New.
(bpMapping); Use it.
* boot/tokens.boot: Define neutral element for CONCAT.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be8dd539..97f2c847 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2008-10-08 Gabriel Dos Reis <gdr@cs.tamu.edu> + Allow compound argument types in Boot signatures. + * boot/parser.boot (bpArgtypeList): New. + (bpMapping); Use it. + * boot/tokens.boot: Define neutral element for CONCAT. + +2008-10-08 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/ast.boot (bfReduce): Check neutral value for original operator too. (bfReduceCollect): Likewise. |