How do I convert these Haxe source files to Python?
问题 I am trying to port the Nape physics engine (written in Haxe) to a language not supported by Haxe (Xojo). Now I don't understand Haxe but I am comfortable in Python. I'm trying to convert the mass of .hx files to python source files so I can then translate them to Xojo. I have the Nape .hx source files (from haxelib) and have installed the haxe command line tool. I have tried multiple permutations to try to convert the .hx files to Python files but am having no success. I have tried the