There are lots of fragments out there detailing bits and pieces of the parse transform process in Erlang, but none I\'ve found offer complete coverage from motivation to exe
Please note that 'Programmers are strongly advised not to engage in parse transformations and no support is offered for problems encountered'. Sometimes it simplifies the process of writing new pieces of code but often breaks syntax checkers like flymake. In fact, I hate it, cause it adds a new layer of obfuscation when you trying to figure out what others did in source.
Check out this series of blog posts, by Philip Robinson, on how to use parse transform capabilities of Erlang to write a macro processor for Erlang:
These are made easy by using, https://github.com/uwiger/parse_trans