slepher / astranaut

traverse erlang ast and elixir macro in erlang.
MIT License
15 stars 0 forks source link

macro error and exception handle #1

Closed slepher closed 5 years ago

slepher commented 5 years ago

macro could return error and warning to let compiler know exception throwed by macro should be catched by parse_transform and let compiler know.

slepher commented 5 years ago

done