Is there some kind of library for C ++ that contains classes that represent the source code of C ++? Of course, it should be able to output the source code to the stream. I am looking for something that supports most of the features of C ++ 11, as well as being able to create template constructs.
When I talk about this with Google, I do not get the results that I want. I am sure, however, that there is something available. Maybe I'm just using the wrong terms.
source
share