ElixirScript.Translator.Module

Source

Summary

create_standard_lib_imports(used_standard_libs, root)

Takes the given list of used_standard_libs which represent the standard libs used in a module and creates import statements for them

make_attribute(name, value)
make_imports(enum)
make_module(module_name_list, body)

Functions

create_standard_lib_imports(used_standard_libs, root)

Takes the given list of used_standard_libs which represent the standard libs used in a module and creates import statements for them

Source
make_attribute(name, value)
Source
make_imports(enum)
Source
make_module(module_name_list, body)
Source