Module steamroller_ast

Data Types

ast()

ast() = [erl_parse:abstract_form()]

token()

token() = erl_scan:token()

tokens()

tokens() = [token()]

Function Index

ast/1
ast/2
eq/2
tokens/1

Function Details

ast/1

ast(Code::binary()) -> {ok, ast()} | {error, any()}

ast/2

ast(Code::binary(), File::binary() | string()) -> {ok, ast()} | {error, any()}

eq/2

eq(Ast0::ast(), Ast1::ast()) -> boolean()

tokens/1

tokens(Code::binary()) -> tokens()


Generated by EDoc