diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
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. |