dmd to dparser conversion notes * most structs converted to objects - pointers converted to references, which is a common cause of bugs * null terminated strings mostly converted to D strings, another cause of bugs * impcnvgen.c needs to be built and ran from a dir containing a current version of dmd