diff options
author | dos-reis <gdr@axiomatics.org> | 2011-10-12 00:08:34 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-10-12 00:08:34 +0000 |
commit | b630bc7d49b335b41b50293952ffc64b65718a7b (patch) | |
tree | 8278202f762a8413a1ea4db8cb8c241343a86e3f /src/ChangeLog | |
parent | 4aa013faa1399b7e31fa4220ae09b039c4a1b0e2 (diff) | |
download | open-axiom-b630bc7d49b335b41b50293952ffc64b65718a7b.tar.gz |
* interp/lexing.boot (matchAdvanceKeyword): New.
* interp/spad-parser.boot: New parsing functions.
* interp/fnewmeta.lisp: Use them.
(PARSE-NewExpr): Remove.
(PARSE-Command): Likewise.
(PARSE-SpecialKeyWord): Likewise.
(PARSE-TokenOption): Likewise.
(PARSE-PrimaryOrQM): Likewise.
(PARSE-InfixWith): Likewise.
(PARSE-With): Likewise.
(PARSE-Inline): Likewise.
(PARSE-Quanifier): Likewise.
(PARSE-QuantifiedVariable): Likewise.
(PARSE-Infix): Likewise.
(PARSE-Prefix): Likewise.
(PARSE-Suffix): Likewise.
(PARSE-TokTail): Likewise.
(PARSE-Qualification): Likewise.
(PARSE-Primary): Likewise.
(PARSE-PrimaryNoFloat): Likewise.
(PARSE-Quad): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1d148d1f..a66981c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,29 @@ 2011-10-11 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/lexing.boot (matchAdvanceKeyword): New. + * interp/spad-parser.boot: New parsing functions. + * interp/fnewmeta.lisp: Use them. + (PARSE-NewExpr): Remove. + (PARSE-Command): Likewise. + (PARSE-SpecialKeyWord): Likewise. + (PARSE-TokenOption): Likewise. + (PARSE-PrimaryOrQM): Likewise. + (PARSE-InfixWith): Likewise. + (PARSE-With): Likewise. + (PARSE-Inline): Likewise. + (PARSE-Quanifier): Likewise. + (PARSE-QuantifiedVariable): Likewise. + (PARSE-Infix): Likewise. + (PARSE-Prefix): Likewise. + (PARSE-Suffix): Likewise. + (PARSE-TokTail): Likewise. + (PARSE-Qualification): Likewise. + (PARSE-Primary): Likewise. + (PARSE-PrimaryNoFloat): Likewise. + (PARSE-Quad): Likewise. + +2011-10-11 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/lexing.boot (matchAdvanceString): New. * interp/spad-parser.boot: New parsing functions. * interp/fnewmeta.lisp: Use them. |