Recommendations on porting Python to D
Lance Bachmeier
no at spam.net
Wed Apr 24 20:13:26 UTC 2024
On Wednesday, 24 April 2024 at 19:50:45 UTC, Chris Piker wrote:
> is anyone aware of any tools that generate an abstract syntax
> tree which could then be converted to somewhat equivalent D
> code? This might give me a jump-start on the manual conversion
> process. Then later I can work on removing the CGI dependency.
I haven't used Python much in recent years, but my recollection
is that Python 2 had an ast module that would spit out the ast
for you.
More information about the Digitalmars-d-learn
mailing list