Modules

group modules

Functions

ml_value_t * ml_module (const char *Path,...) __attribute__((malloc
const char *ml_module_path(ml_value_t *Module) __attribute__((pure))
ml_value_t *ml_module_import(ml_value_t *Module, const char *Name) __attribute__((pure))
ml_value_t *ml_module_export(ml_value_t *Module, const char *Name, ml_value_t *Value)

Variables

ml_type_t MLModuleT[]
ml_value_t sentinel
struct ml_module_t