robertoraggi / cplusplus

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

Initial work on template instantiation #340

Closed robertoraggi closed 4 months ago

robertoraggi commented 5 months ago

This pull request includes the initial work on template instantiation. It introduces the SymbolInstantiation and TypeSubstitution.