<@U4UGS5FC7> I really thought about this but it mi...
# arrow
e
@raulraja I really thought about this but it might not be worth the effort if compiler plugins finally become a thing... what we can (and should) do, though, is to encapsulate all the analysis part in one place and just spit out data classes containing all the information we need to generate the source code (or throw any error/warning), this way you'll always be able to replace the analysis with something else (like a compiler plugin)
👍 1