GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
222 stars 23 forks source link

Binding implementation for `ipr::Where` #191

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

Add a second implementation class for ipr::Where that introduces local bindings.

Fixes #103 and #113.