<div dir="ltr">it's a shame, looking at source of compliler.erl this feature would be easy to add. Are you aware of any such proposal? Also it would be interesting to hear opinions on adding such proposal.<div><br></div><div>thank you <br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 26, 2017 at 10:29 AM, Juan Facorro <span dir="ltr"><<a href="mailto:juan.facorro@gmail.com" target="_blank">juan.facorro@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Saturday, April 22, 2017 at 8:58:59 PM UTC+1, Karlo Kuna wrote:<br>
> can one add custom compile pass when compiling module??<br>
<br>
It is not possible to arbitrarily insert a compiler pass in the Erlang compiler. Only parse transforms are currently available as a hook as a sort of preprocessing pass that handle Erlang AST.<br>
<br>
Cheers,<br>
Juan</blockquote></div><br></div></div></div>