UQ-PAC / BASIL

Apache License 2.0
8 stars 0 forks source link

Analysis Cleanup and Explicit Types #144

Closed l-kent closed 10 months ago

l-kent commented 10 months ago

This is a number of changes to the analysis code.

One of the main changes is making all the types in the analysis explicitly declared instead of relying on a maze of .Elements with convoluted inheritance patterns. I personally find this makes the code easier to follow. I am curious for feedback here from @ailrst and @yousifpatti - is this an improvement?

Other changes here:

yousifpatti commented 10 months ago

I am happy with these changes. Are you going to merge them soon I wish to merge the lifted lattice stuff as well? @l-kent