Query: erl_id_trans
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
erl_id_trans(3erl) Erlang Module Definition erl_id_trans(3erl)NAMEerl_id_trans - An Identity Parse TransformDESCRIPTIONThis 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.EXPORTSparse_transform(Forms, Options) -> Forms Types Forms = [erlang_form()] Options = [compiler_options()] Performs an identity transformation on Erlang forms, as an example.PARSE TRANSFORMATIONSParse 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 ALSOerl_parse(3erl) , compile(3erl) . Ericsson AB stdlib 1.17.3 erl_id_trans(3erl)
Related Man Pages |
---|
erl_format(3erl) - linux |
erl_malloc(3erl) - linux |
percept(3erl) - linux |
tags(3erl) - linux |
stdlib(7) - linux |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
Scripts without shebang |
Status of UNIX.COM Forum Transformation |