AALanguage
The best language for those who have nothing to do
|
Go to the source code of this file.
Macros | |
#define | TESTING_MODE |
Define used for testing on the developer's machine. | |
Functions | |
int | main (int argc, char *argv[]) |
Entry point. | |
#define TESTING_MODE |
Define used for testing on the developer's machine.
Definition at line 5 of file Source.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Entry point.
Execution of the program starts here.
Command line startup arguments: aalanguage.exe 'path' 'lib_path'
argc | Number of arguments |
argv | List of arguments |
Definition at line 21 of file Source.cpp.
References Analyzer::execute().
Referenced by Analyzer::execute().