To build a MetaL program, the compiler takes an input file and an output file.
The compiler examines the input file to figure the language commands that you want to use.
Input files also define which compiler modules implement each command.
The compiler traverses the output file and invokes the commands associated to each XML tag by calling the respective compiler module. |
|