I'm toying with the idea of converting a C# app to C++.
Lot of it would be manual, but some would be straight up conversions as the way the scripts are coded they have similarities.
What would be the best way to parse out such syntax then regenerate in a different way? I'm thinking perl would be a good language to learn in order to write conversion scripts. Any other good options? C++ is ok as well but wondering if there's something easier to use as far as parsing/generating goes. I know zero perl but I suppose it's fairly easy to pick it up.
Lot of it would be manual, but some would be straight up conversions as the way the scripts are coded they have similarities.
What would be the best way to parse out such syntax then regenerate in a different way? I'm thinking perl would be a good language to learn in order to write conversion scripts. Any other good options? C++ is ok as well but wondering if there's something easier to use as far as parsing/generating goes. I know zero perl but I suppose it's fairly easy to pick it up.
