erlang / 24 / lib / syntax_tools-2.6 / doc / html / merl_transform.html

Module

merl_transform

Module Summary

Parse transform for merl.

Description

Parse transform for merl. Enables the use of automatic metavariables and using quasi-quotes in matches and case switches. Also optimizes calls to functions in merl by partially evaluating them, turning strings to templates, etc., at compile-time.

Using -include_lib("syntax_tools/include/merl.hrl"). enables this transform, unless the macro MERL_NO_TRANSFORM is defined first.

Richard Carlsson carlsson.richard@gmail.com

© 2010–2022 Ericsson AB
Licensed under the Apache License, Version 2.0.