Leonardus
Loading...
Searching...
No Matches
Functions
leon.cpp File Reference

Interpreter pass 2 main loop. More...

#include <string>
#include <new>
#include <exception>
#include "dry.h"
#include "helper.h"
#include "error.h"
#include "so.h"
#include "interpreter.h"
#include "sosimp.h"
#include "context.h"
#include "soa.h"
+ Include dependency graph for leon.cpp:

Functions

void anonymous_namespace{leon.cpp}::s_load_exec (Context &k, const SON *p_obj)
 Look up a name and executes it.
 
int main (int argc, char *argv[])
 int main().
 

Detailed Description

Interpreter pass 2 main loop.

Function Documentation

◆ main()

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

int main().

Parameters
[in]argcStandard C command line argument counter.
[in]argvStandard C vector of char * command line.
Returns
int ... Exit code of the executable.