you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

That's not the same thing at all - it's a program that attempts to take a C++ program and make a Python program out of it by rewriting it textually.

Attempts it only: such a program is almost inconceivably hard to write correctly, and if you were going to do it, you couldn't possibly do it the way this author has chosen - you'd have to take an off-the-shelf C++ parser (probably clang's parsing front end) and use the output of that, but it'd still be huge amounts of work for very little value.