erl_id_trans
erl_id_trans
Module
erl_id_trans
Module summary
An identity parse transform.
Description
This module performs an identity parse transformation of Erlang code. It is included as an example for users who wants to write their own parse transformers. If option {parse_transform,Module}
is passed to the compiler, a user-written function parse_transform/2
is called by the compiler before the code is checked for errors.
Exports
parse_transform(Forms, Options) -> Forms
Types:
Forms = [erl_parse:abstract_form() | erl_parse:form_info()] Options = [compile:option()]
Performs an identity t