https://github.com/erlang/pmod_transform
Parse transform for parameterized modules
https://github.com/erlang/pmod_transform
Last synced: 8 months ago
JSON representation
Parse transform for parameterized modules
- Host: GitHub
- URL: https://github.com/erlang/pmod_transform
- Owner: erlang
- Created: 2013-01-30T14:18:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T07:27:38.000Z (over 5 years ago)
- Last Synced: 2025-01-30T08:51:15.466Z (over 1 year ago)
- Language: Erlang
- Size: 26.4 KB
- Stars: 51
- Watchers: 33
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Parameterized Modules
=====================
In October 2012 the OTP Technical Board decided to remove
the experimental feature "Parameterized Modules" from
Erlang/OTP, but to release a parse transform free to use
and include in any package needing it. See:
http://www.erlang.org/news/35
The parse transform is found in src/pmod_pt.erl.
Feel free to copy that file into your project. If you do any changes
to the parse transform, you should probably change the module name
to avoid potential conflicts with other applications that might use
the parse transform.