diff options
author | dos-reis <gdr@axiomatics.org> | 2012-05-22 05:55:37 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-05-22 05:55:37 +0000 |
commit | d5c006517a885094c5752f7f143c9a0e8cda4504 (patch) | |
tree | d765a48e92657cf7e957c10c62a6526283b5f989 /src/ChangeLog | |
parent | 08967519aa894f0740d4e120df5db49ab4d2e8b6 (diff) | |
download | open-axiom-d5c006517a885094c5752f7f143c9a0e8cda4504.tar.gz |
* boot/translator.boot (translateToplevel): Handle record structures.
* boot/tokens.boot: "with" is now a keyword in Boot.
* boot/parser.boot (bpSignature): The typing is required afte the
colong.
(bpFieldList): New.
(bpGlobalAccessors): Likewise.
(bpAccessorDefinitionList): Likewise.
(bpAccessorDefinition): Likewise.
(bpFieldSection): Likewise.
(bpSelectField): Likewise.
(bpRecord): Likewise.
(bpStruct): Use it to implement record structures.
* boot/ast.boot (%Ast): Add %Record and %AccessorDef.
(bfRecordDef): New.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b9d767a1..ea883533 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2012-05-22 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * boot/translator.boot (translateToplevel): Handle record structures. + * boot/tokens.boot: "with" is now a keyword in Boot. + * boot/parser.boot (bpSignature): The typing is required afte the + colong. + (bpFieldList): New. + (bpGlobalAccessors): Likewise. + (bpAccessorDefinitionList): Likewise. + (bpAccessorDefinition): Likewise. + (bpFieldSection): Likewise. + (bpSelectField): Likewise. + (bpRecord): Likewise. + (bpStruct): Use it to implement record structures. + * boot/ast.boot (%Ast): Add %Record and %AccessorDef. + (bfRecordDef): New. + 2012-05-21 Gabriel Dos Reis <gdr@cse.tamu.edu> * boot/ast.boot (needsPROG): Remove. |