Module Main


module Main: sig .. end
This is the main function of the compiler, which s formed by five phases: 1-Generation of the Abstract Syntax Tree (with file output) 2-Generation of the Declarations Table 3-Generation of the Procedure Table 4-Generation of the Intermediate Code (with file output) 5-Generation of the Target Code (with file output)