annotations
annotations copied to clipboard
Simple code instrumentation utilities
We're using annotations extensively in our project, and on every compilation we're getting - without exaggerating - tens of thousands lines of output which looks like this: ``` erlang Application:...
Hi @hyperthunk, thanks for your great work! I was trying to start experimenting with the examples but following your [instructions](https://github.com/hyperthunk/annotations#run) I couldn't get them properly to run. For example on...
So that we can annotate things using comments and the like, instead of _having_ to use an `-annotation(like_this)`.
It would be _nice_ if we could write an annotation handler that is used to generate code at compile time (or when runtime code (re)gen is being applied). The canonical...