From eae4d54c648d019b9db583b4e8d2c432f8d7bb16 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 22 May 2012 16:46:25 +0000 Subject: * 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. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index ea883533..3f7b04b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2012-05-22 Gabriel Dos Reis + + * 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 * boot/translator.boot (translateToplevel): Handle record structures. -- cgit v1.2.3