Changes by: Eli Barzilay (eli at cs.cornell.edu)
Date: 1999-06-14 23:14:36 -0700 (Mon, 14 Jun 1999)
Revision: 2715
Log message:
I'm going to avoid the ugly hack of translating DEFMACRO's to a
temporary syntax by adding the macros as soon as they're parsed.
This means that macros can be used before their definitions and that
playing games like modifying macros for some source parts wouldn't work,
so I'm still not sure I'll go with it, but I'm cheking this in just in
case.
If anyone thinks that such a behavior would be a bad idea, tell me.
Changes | Path |
+164 -150 | metaprl/util/macro.ml |