diff options
| author | dos-reis <gdr@axiomatics.org> | 2007-12-16 17:14:47 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2007-12-16 17:14:47 +0000 |
| commit | 5f43d3d90da0109a83feca96b96399f5eaa72d7c (patch) | |
| tree | 671bbe3be41bf78dd652f6f8d00503c78121c978 /src/interp/ChangeLog | |
| parent | 05e8990df136f779b6e2ddd700b38c918d5ca72e (diff) | |
| download | open-axiom-5f43d3d90da0109a83feca96b96399f5eaa72d7c.tar.gz | |
* nruncomp.boot (NOTES): Encode quasiquoted values too.
($lookupDefaults): Define.
(newLookupInDomain): Look up in the add-chain first.
(newLookupInCategories): Likewise.
(lazyMatch): Quasiquote is now like a Mapping.
(newExpandLocalTypeForm): Quasiquote is no longer like QUOTE.
* nrungo.boot (lookupInDomainAndDefaults): New.
(compiledLookup): Use it.
Diffstat (limited to 'src/interp/ChangeLog')
| -rw-r--r-- | src/interp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index 212bd868..97546f58 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -1,3 +1,14 @@ +2007-12-16 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * nruncomp.boot (NOTES): Encode quasiquoted values too. + ($lookupDefaults): Define. + (newLookupInDomain): Look up in the add-chain first. + (newLookupInCategories): Likewise. + (lazyMatch): Quasiquote is now like a Mapping. + (newExpandLocalTypeForm): Quasiquote is no longer like QUOTE. + * nrungo.boot (lookupInDomainAndDefaults): New. + (compiledLookup): Use it. + 2007-12-15 Gabriel Dos Reis <gdr@cs.tamu.edu> * nruncomp.boot (buildFunctor): Use $NRTbase instead of hardcoded |
