Monday
3
Jan 2005

molt - a java to D converter

(5:37 pm) Tags: [Software]

Just dropped my initial code on a new project, molt. molt is a source level java to D conversion tool.

Basically, we parse java into an xml format (using jikes and javaml), then run an XSLT stylesheet (using saxon) over it to transform it to the equivalent D source code. Manual intervention is still necessary, and all comments are lost (this could be a good thing).

I had stopped working on it when I had all but given up on D in the Summer of 2004, but I am putting it out there to try and get others to help out with it.

Come check it out over at dsource.org.

Popularity: 9%

Comments: (0)