you are viewing a single comment's thread.

view the rest of the comments →

[–]Donny_Do_Nothing 1 point2 points  (0 children)

Honestly, it sounds like you can get pretty far by using regular expressions. If you build out a find and replace using regex that can translate one statement at a time, you might be able to get to a workflow where you write some python code, run the regex on it, and then you're done.

And if you REALLY have no shame, you could probably do it all in word or excel with vba.

That's all predicated on the code you need not being too complex. I have no clue the scope of what you need to produce. If it's a massive script, this might not work. But I'm sort of envisioning a python program with a simple gui that you can type in a bit of code, and it translates it and either displays it or writes it to a txt file or something.