<div dir="ltr">case compile:file(Filename, [to_kernel, binary, report]) of {ok, ModuleName, Code} ->...<div>change to_kernel to to_core, or to 'S' for you know what.</div><div>Binary will get you the result as a part of return value</div><div>Report will print errors</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-04-17 10:43 GMT+02:00 Xavier Noria <span dir="ltr"><<a href="mailto:fxn@hashref.com" target="_blank">fxn@hashref.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is there a one-liner to get an AST from source code?<div><br></div><div>I have seen you can get it from the .beam file if debug_info was enabled, and have also seen some multiline snippet that uses erl_scan and erl_parse, but nothing as encapsulated as what you have for generating core or kernel.</div><div><br></div></div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>