Om
Functions
om.cpp File Reference

Om source file. More...

#include "om.hpp"
+ Include dependency graph for om.cpp:

Go to the source code of this file.

Functions

int main (int const theArgumentCount, char const *const theArgumentArray[])
 

Detailed Description

Version
0.1.3
Date
2012-2014
Author
Jason Erb

Definition in file om.cpp.

Function Documentation

◆ main()

int main ( int const  theArgumentCount,
char const *const  theArgumentArray[] 
)
Parameters
theArgumentCountThe argument count; must be greater than 0.
theArgumentArrayThe argument array contains (in order):
  • The program invocation.
  • (Optional) A valid UTF-8 locale string; defaults to "en_US.UTF-8".

Definition at line 39 of file om.cpp.

References Om::Language::Translator::Evaluate(), Om::Language::System::Get(), and Om::Language::System::Initialize().

+ Here is the call graph for this function: