Packages

Elixir Module and Struct Interoperability for Erlang

Current section

Files

Jump to
exat src exat_compiler.erl
Raw

src/exat_compiler.erl

-module(exat_compiler).
-export([ast_to_erl/1]).
ast_to_erl(ModAst) ->
erl_prettypr:format(erl_syntax:form_list(ModAst)).