BPXE.Language protocol (bpxe v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: term()

Link to this section Functions

Link to this function

eval(instance, code)

Specs

eval(t(), binary()) :: {:ok, t() | {any(), t()}} | {:error, term()}
Link to this function

get(instance, name)

Specs

get(t(), String.t()) :: term()
Link to this function

set(instance, name, variables)

Specs

set(t(), String.t(), Map.t()) :: t()