Elixir.Luerl.Old (luerl v1.5.1)

View Source

Legacy Elixir API for Luerl

This module provides Elixir-friendly wrappers for the luerl_old module with state as the first argument for better pipe operator usage. New code should use the Luerl module instead.

Summary

Functions

call(St, C, As)

call_chunk(St, C, As)

call_function1(St, Lfp, Las)

call_function(St, Fp, As)

call_method1(St, Fp, Las)

call_method(St, Fp, As)

clear_trace_func(St)

decode(St, V)

decode_list(St, Lts)

do(St, S)

dofile(St, Path)

encode(St, V)

encode_list(St, Ts)

eval(St, Chunk)

evalfile(St, Path)

externalize(St)

function_list(St, Ks)

gc(St)

get_stacktrace(St)

get_table1(St, Fp)

get_table(St, Fp)

get_trace_data(St)

init()

internalize(St)

load(St, Bin)

load(St, Bin, Opts)

load_module1(St, Fp, Mod)

load_module(St, Fp, Mod)

loadfile(St, Name)

loadfile(St, Name, Opts)

method_list(St, Ks)

path_loadfile(St, Name)

path_loadfile(St, Dirs, Name)

path_loadfile(St, Dir, Name, Opts)

set_table1(St, Lfp, Lv)

set_table1(St, Tab, Key, Lv)

set_table(St, Fp, V)

set_trace_data(St, Tdata)

set_trace_func(St, Func)

stop(St)