You might want to do an easier alternative.
For example, say you write a code in a text file like so :
//code.txt
START_PROGRAM
print "hello world"
END_PROGRAM
That file contains your new programming language code. Now you can use C++ to read in the file, and parse it accordingly and do proper stuff.