Parse transformery (Was: Re: Calling internal functions - foo::bar() ?)

Luke Gorrie luke@REDACTED
Tue Mar 8 03:50:41 CET 2005


Luke Gorrie <luke@REDACTED> writes:

> I did my thing with a parse transform. My problem now is how to handle
> 'make' dependencies in the presence of parse transforms. (Anyone know?)

I found a nice way to globally enable this for files compiled on my
local machine:

 # This in ~/.bashrc:
 export ERL_COMPILER_OPTIONS='[debug_info,{parse_transform,internal_exports}]'
 % This in ~/.erlang:
 code:add_pathz("/where/the/parse/transform/module/is/ebin").





More information about the erlang-questions mailing list