View Source ElixirST.Retriever (ElixirST v0.8.3)

Retrieves bytecode and (session) typechecks it.

Summary

Functions

Input as bytecode from a BEAM file, takes the Elixir AST from the debug_info and forwards it to the typechecker.

Functions

Link to this function

process(bytecode, options \\ [])

View Source
@spec process(binary(), list()) :: list()

Input as bytecode from a BEAM file, takes the Elixir AST from the debug_info and forwards it to the typechecker.