View Source luerl_old (luerl v1.4.1)

Legacy API for Luerl.

This module is provided for backwards compatibility with earlier versions of Luerl. New code should use the luerl module instead.

For Elixir users, the Elixir.Luerl.Old module provides an idiomatic interface with state as the first argument for better pipe operator usage.

Summary

Functions

Link to this function

call_function(Fp, As, St0)

View Source
Link to this function

call_method1(Fp, Las, St0)

View Source
Link to this function

call_method(Fp, As, St0)

View Source
Link to this function

load_module1(Lfp, Mod, St0)

View Source
Link to this function

loadfile(Name, Opts, St0)

View Source
Link to this function

path_loadfile(Dirs, Name, St)

View Source
Link to this function

set_table1(Tab, Key, Lv, St)

View Source
Link to this function

set_trace_data(Tdata, St)

View Source
Link to this function

set_trace_func(Tfunc, St)

View Source