AALanguage
The best language for those who have nothing to do
Loading...
Searching...
No Matches
Source.cpp File Reference
#include <iostream>
#include "Analyzer.h"
Include dependency graph for Source.cpp:

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.
 

Macro Definition Documentation

◆ TESTING_MODE

#define TESTING_MODE

Define used for testing on the developer's machine.

Definition at line 5 of file Source.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Entry point.

Execution of the program starts here.

Command line startup arguments: aalanguage.exe 'path' 'lib_path'

  • 'path' - path to the source code file
  • 'lib_path' - path to the directory with built-in libraries
Parameters
argcNumber of arguments
argvList of arguments
Returns
Program exit status

Definition at line 21 of file Source.cpp.

References Analyzer::execute().

Referenced by Analyzer::execute().