I would like to attempt to write a very simple code generator.
Input would be XML tags, output would be C++.
Anyone have a quick reference / URL, example of doing this? For example, how to generate a "Hello World" where Hello and World would be substituted values for a couple of XML tags.
This is just for curiosity as a jumping off point, and to increase my knowledge of C++ / XML. I'm open to any suggestions on XML format as well.
I'm fairly competent with C++/STL, but limited on XML, but willing to learn!