AnyDSL / MimIR

MimIR is my Intermediate Representation
https://anydsl.github.io/MimIR/
MIT License
46 stars 9 forks source link

Vars #269

Closed leissa closed 6 months ago

leissa commented 7 months ago

This is sth I wanted to do for years, but I never really figured out how to do that exactly: I want to get rid of thorin::Scope and, instead, work with free Vars. This is a major milestone with the new subsystem working but the old stuff is still in place - although I've already ported some of it. So, expect more PRs to come.

Future directions

leissa commented 6 months ago

@fodinabor, @NeuralCoder3 bump