erl_id_trans(3erl) linux man page | unix.com

Man Page: erl_id_trans

Operating Environment: linux

Section: 3erl

erl_id_trans(3erl)					     Erlang Module Definition						erl_id_trans(3erl)

NAME
erl_id_trans - An Identity Parse Transform
DESCRIPTION
This module performs an identity parse transformation of Erlang code. It is included as an example for users who may wish to write their own parse transformers. If the 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 = [erlang_form()] Options = [compiler_options()] Performs an identity transformation on Erlang forms, as an example.
PARSE TRANSFORMATIONS
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. Note: Programmers are strongly advised not to engage in parse transformations and no support is offered for problems encountered.
SEE ALSO
erl_parse(3erl) , compile(3erl) . Ericsson AB stdlib 1.17.3 erl_id_trans(3erl)
Related Man Pages
edoc_layout(3erl) - linux
epp(3erl) - linux
epp_dodger(3erl) - linux
lname_component(3erl) - linux
percept(3erl) - linux
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Please Donate to the Red Cross for Earthquake and Tsunami Relief in Japan
Answers to Recently Asked Questions about UNIX.COM
YouTube: How to Use Code Tags and Format Posts @UNIX.com