ast() = [erl_parse:abstract_form()]
macros() = [atom() | {atom(), term()}]
token() = erl_scan:token()
tokens() = [token()]
ast/1 | |
ast/4 | |
eq/2 | |
tokens/1 |
ast(Code::binary()) -> {ok, ast()} | {error, any()}
ast(Code::binary(), File::binary() | string(), Includes::[file:name_all()], Macros::macros()) -> {ok, ast()} | {error, any()}
tokens(Code::binary()) -> {ok, tokens()} | {error, binary()}
Generated by EDoc