Clixir v0.3.3 Clixir.ElixirBackend View Source

Code to emit the Elixir code parts from Clixir

Link to this section Summary

Functions

Generate Elixir code to call the C function in the module. The parameter list will be marshalled as the binary representation of the erlang term

Link to this section Functions

Link to this function generate_code(module, function_name, parameter_list) View Source

Generate Elixir code to call the C function in the module. The parameter list will be marshalled as the binary representation of the erlang term.