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
Performs an identity transformation on Erlang forms, as an example.
Parse transformations are used if a programmer wants to use Erlang syntax, but with different semantics. The original Erlang code is then transformed into other Erlang code.
Programmers are strongly advised not to engage in parse transformations. No support is offered for problems encountered.