Hi Guys, I have written a small utility called dmd-ast-tool.It can be used to quickly generate boilerplate code for dmd-ast-visitors. Originally it was only written for my personal use, it used to work with a handwritten text-file representing dmds ast class hierarchy.
However I recently updated it construct the class hierarchy from ddmds source code.
It is pretty bare-boned, but maybe it can be useful to some of you :)
https://github.com/UplinkCoder/dmd-ast-tool.
