diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-02 10:21:14 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-02 10:21:14 +0000 |
commit | c129ad817cd16aef92f5b433a509e15254b9ccd3 (patch) | |
tree | 006c41bd43cfeea3a3a85e007f2e2efbb6b9a410 /src/ChangeLog | |
parent | ed7ceb86d0c98c28c2dc545c3fc20594d6c325df (diff) | |
download | open-axiom-c129ad817cd16aef92f5b433a509e15254b9ccd3.tar.gz |
* boot/parser.boot (bpTerm): Term forms depend on the kind of
variable.
(bpTypeItem): New.
(bpTypeItemList): Use it.
(bpTypeAliasDefition): Tidy.
(bpCaseItem): Accept wildchars in pattern terms.
* boot/ast.boot (bfCompDef): Don't name unused pattern variables.
(bfSmintable): A character compares EQL.
(bfCI): Ignore wildcard pattern variables.
* boot/strap: Update cached Lisp translation.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 29ed0049..cb41c8e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2008-08-02 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/parser.boot (bpTerm): Term forms depend on the kind of + variable. + (bpTypeItem): New. + (bpTypeItemList): Use it. + (bpTypeAliasDefition): Tidy. + (bpCaseItem): Accept wildchars in pattern terms. + * boot/ast.boot (bfCompDef): Don't name unused pattern variables. + (bfSmintable): A character compares EQL. + (bfCI): Ignore wildcard pattern variables. + * boot/strap: Update cached Lisp translation. + 2008-08-01 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/macros.lisp (sayBrightlyNT1): Tidy. |