1merl_transform(3)          Erlang Module Definition          merl_transform(3)
2
3
4

NAME

6       merl_transform - Parse transform for merl.
7

DESCRIPTION

9       Parse  transform  for  merl. Enables the use of automatic metavariables
10       and using quasi-quotes in matches and  case  switches.  Also  optimizes
11       calls  to  functions  in  merl  by  partially  evaluating them, turning
12       strings to templates, etc., at compile-time.
13
14       Using   -include_lib("syntax_tools/include/merl.hrl").   enables   this
15       transform, unless the macro MERL_NO_TRANSFORM is defined first.
16

EXPORTS

18       parse_transform(Forms, Options) -> term()
19

AUTHORS

21       Richard Carlsson <carlsson.richard@gmail.com>
22
23
24
25                               syntax_tools 2.5              merl_transform(3)
Impressum