aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-24 13:41:17 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-24 13:41:17 +0000
commite0f051b525d099db53ad1dd926f39ec326558e57 (patch)
tree0cc977ad25fe453ae2c3b08726feb9a237a14269 /src/ChangeLog
parentfbcb9ebe438100f7a549329ae14668cd27fde508 (diff)
downloadopen-axiom-e0f051b525d099db53ad1dd926f39ec326558e57.tar.gz
* boot/scanner.boot (%Lexer): New record structure.
Add a lexer parameter to all lexing functions that need one. Adjust their callers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9adb8f94..a4787328 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/scanner.boot (%Lexer): New record structure.
+ Add a lexer parameter to all lexing functions that need one.
+ Adjust their callers.
+
2012-05-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/tokens.boot: "@" is now a new keyword.