Conceptually, compilation is a process that traverses code, performs certain kinds of syntactic and semantic analyses using information (such as proclamations and macro definitions) present in the compilation environment, and produces equivalent, possibly more efficient code.
Compiler Macros | ||
Purpose of Compiler Macros | ||
Naming of Compiler Macros | ||
When Compiler Macros Are Used | ||
Notes about the Implementation of Compiler Macros | ||
Minimal Compilation | ||
Semantic Constraints |