llogiq Rewrite as #[proc_macro_attribute] (#30)
* Rewrite as #[proc_macro_attribute]

This removes the old macro_registrar interface and does the macro
using `syn` and `quote`.

* Handle abs

* Test: Try to re-apply attribute
Latest commit f63b608 Feb 8, 2019