diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-19 21:52:28 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-19 21:52:28 +0000 |
commit | 2595149525297f87d09aba5deb2b93448b3f7411 (patch) | |
tree | 583507762bcc9ae9635465ab686644482f9e3354 /src/ChangeLog | |
parent | 5d8266cb4f98511dda707ebd08123c476bc361f3 (diff) | |
download | open-axiom-2595149525297f87d09aba5deb2b93448b3f7411.tar.gz |
* boot/tokens.boot: symbolBinding is now builtin.
* boot/ast.boot (%Ast): Add %Dynamic variant.
(bfColonColon): Use symbolBinding instead of FIND-SYMBOLS.
(compFluid): Return a %Dynamic form. Adjust callers.
(shoeCompTran): Tidy.
* boot/translator.boot (BOOTLOOP): Tidy.
(BOOTPO): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c39db1ff..d8ac3c9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2012-05-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/tokens.boot: symbolBinding is now builtin. + * boot/ast.boot (%Ast): Add %Dynamic variant. + (bfColonColon): Use symbolBinding instead of FIND-SYMBOLS. + (compFluid): Return a %Dynamic form. Adjust callers. + (shoeCompTran): Tidy. + * boot/translator.boot (BOOTLOOP): Tidy. + (BOOTPO): Likewise. + 2012-05-11 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/c-util.boot: Miscellaneous cleanup. |