Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
shell_main.cpp File Reference
#include <Shell.hpp>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <filesystem>
#include <string>
#include <vector>
#include "../../Runtime/Value.hpp"
Include dependency graph for shell_main.cpp:

Go to the source code of this file.

Functions

void exec (const unsigned char embeddedBytecode[], size_t embeddedBytecodeSize, const char *moduleName, const void *nativeFunctionsVector, const int argc, const char **argv)
int main (int argc, char *argv[], char *envp[])

Function Documentation

◆ exec()

void exec ( const unsigned char embeddedBytecode[],
size_t embeddedBytecodeSize,
const char * moduleName,
const void * nativeFunctionsVector,
const int argc,
const char ** argv )

Definition at line 37 of file NativeRuntime_library.cpp.

Here is the caller graph for this function:

◆ main()

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

Definition at line 20 of file shell_main.cpp.

Here is the call graph for this function: