5. Embedded QUEL for Ada : Precompiling, Compiling and Linking an EQUEL Program : Generating an Executable Program : The Ada Compiler
 
Share this page                  
The Ada Compiler
Once you have entered the EQUEL packages into the Ada program library, you can compile the Ada file generated by the preprocessor. The following example preprocesses and compiles the file "test1." Note that both the EQUEL/Ada preprocessor and the Ada compiler assume the default extensions:
$ eqa test1
$ ada/list test1