// just wanna make a interpreter in C
// made it cpp just so I can use iostream
And then you go on to use <string>, <vector>, <stdexcept>, <map>.
And as
>>3 pointed out, that comment was the instant deal-breaker for me to want to continue reading.
Also, how the fuck is using
std::ifstream ANY better than the same operations on a
FILE *?