Using Perl to translate one computer language into another

20 minutes

Intermediate

English 

Perl can be used for text processing that is well-known.In this small presentation I will tell you how I used Perl to translate Mq4 into C++.. Not an overly sophisticated approach i followed. but something that was easy to use in practice.
To do so, I made a small in-house tool with intuitive conversion syntax based Perl's regular expression capabilities .A Perl software was written that converts text based a "translation file".. A translation file contain description how a given translation should happen with a set of rules.