27Oct00
Procedural Macros for Java
Bachrach and Playford
Macro Expansion
•
Replaces macro call with another construct,
which itself can contain macro calls.
•
This process repeats until there are no
macro calls remaining in the program