robertoraggi / cplusplus

A compiler front end for the C++ language
https://robertoraggi.github.io/cplusplus/
MIT License
122 stars 12 forks source link

Add TypeParameterType and update related code #329

Closed robertoraggi closed 9 months ago

robertoraggi commented 9 months ago

This pull request adds a new TypeParameterType class to represent type parameters in the code. It also updates the necessary code to handle this new type.