3.2.10. Loading the Source Program

[<<<] [>>>]

When the external preprocessors are done the program has to be loaded calling the function scriba_LoadSourceProgram().

    if( scriba_LoadSourceProgram(pProgram) )ERREXIT;

This call loads the program source and processes it up to the point of execution. All interpreter processing, file reading, inclusion of other files, lexical, syntactical analysis and program building is done calling this function.


[<<<] [>>>]