GabrielDosReis / ipr

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

Denotation for decl-specifier #296

Closed GabrielDosReis closed 1 year ago

GabrielDosReis commented 1 year ago

This patch rewrites the representation of ISO C++ decl-specifier-seq grammar instances in form of symbolic and algebraic denotations. This allows non-standard extensions while retaining efficient manipulations of them as bitmasks.