|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
Represents an imported module with optional aliasing. More...
#include <type.h>

Public Attributes | |
| const char * | module_name |
| const char * | alias |
| Scope * | module_scope |
Represents an imported module with optional aliasing.
| const char* ModuleImport::alias |
Alias in importing module
| const char* ModuleImport::module_name |
Original module name
| Scope* ModuleImport::module_scope |