aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-22 16:46:25 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-22 16:46:25 +0000
commiteae4d54c648d019b9db583b4e8d2c432f8d7bb16 (patch)
tree2be3450270bde5e728ba1f2571b3a00c95aaf910 /src/ChangeLog
parentd5c006517a885094c5752f7f143c9a0e8cda4504 (diff)
downloadopen-axiom-eae4d54c648d019b9db583b4e8d2c432f8d7bb16.tar.gz
* interp/lexing.boot (%Token): Now an actual type defined as a
record structure. (copyToken): Adjust. (tokenSymbol): Remove as now automatically generated. (tokenType): Likewise. (tokenNonblank?): Likewise. * boot/ast.boot (bfRecordDef): Specify a name for a copier function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ea883533..3f7b04b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
2012-05-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/lexing.boot (%Token): Now an actual type defined as a
+ record structure.
+ (copyToken): Adjust.
+ (tokenSymbol): Remove as now automatically generated.
+ (tokenType): Likewise.
+ (tokenNonblank?): Likewise.
+ * boot/ast.boot (bfRecordDef): Specify a name for a copier function.
+
+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