GabrielDosReis / ipr

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

Generalize types of statement constituents #239

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

With the introduction of ipr::Directive, it becomes necessary to widen the types of components of certain statements to fully represent all kinds of Standard C++ constructs at the statement level.