Converting Pascal syntax to Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • robert

    #1

    Converting Pascal syntax to Python

    I want to convert some algorithms from a Pascal dialect to Python. (Not embedding, but code itself)

    Its mainly only math and function calls and simple array access but lengthy.
    Think Pascal is quite simlar/simpler in logic for that kind of stuff (in comparison to C/C++), so maybe quite simple syntax translation would help.
    Is there a tool or script around which can help at least to save most of typing work?

    -robert
Working...