NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
newlang::FileModule Struct Reference

#include <runtime.h>

Public Attributes

std::string name
 
std::string include
 
std::string source
 
std::string bytecode
 

Detailed Description

Definition at line 134 of file runtime.h.

Member Data Documentation

◆ name

std::string newlang::FileModule::name

Definition at line 135 of file runtime.h.

Referenced by newlang::JIT::ModuleCreate(), and newlang::RunTime::ModuleRead().

◆ include

std::string newlang::FileModule::include

◆ source

std::string newlang::FileModule::source

◆ bytecode

std::string newlang::FileModule::bytecode

The documentation for this struct was generated from the following file: