From 9d71472ce9d0b0fe0f8ff927b1ecb653d9b9a850 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 21 May 2012 05:39:08 +0000 Subject: * interp/spad.lisp (S-PROCESS): Rename to translateSpad and move to spad-parser.boot. * interp/parsing.lisp (MATCH-ADVANCE-SPECIAL): Remove. (MATCH-SPECIAL): Likewise. (MATCH-KEYWORD-NEXT): Likewise. (INITIAL-SUBSTRING-P): Likewise. (TERMCHR): Likewise. (dollarTran): Simplify and move to spad-parser.boot. --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 6c61c356..80d9d77d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2012-05-21 Gabriel Dos Reis + + * interp/spad.lisp (S-PROCESS): Rename to translateSpad and move + to spad-parser.boot. + * interp/parsing.lisp (MATCH-ADVANCE-SPECIAL): Remove. + (MATCH-SPECIAL): Likewise. + (MATCH-KEYWORD-NEXT): Likewise. + (INITIAL-SUBSTRING-P): Likewise. + (TERMCHR): Likewise. + (dollarTran): Simplify and move to spad-parser.boot. + 2012-05-20 Gabriel Dos Reis * interp/lexing.boot (getDecimalNumberToken): New. -- cgit v1.2.3