July 08

This week I've worked on the templatization of _adEq2, more precisely replacing all _adEq2 lowering with the __equals templated hook. On top of that, I have refactored the code by adding a new .lowering field which now stores the lowering instead of replacing the original EqualExp with the lowerred expression. There are still some bugs and optimizations I have to look over.