Ary Borenszweig wrote:
Trass3r wrote:btw how do you get these information? Do you directly use the dmd frontend source code?Descent has a port of DMD's frontend code to Java. It also implements the visitor pattern in the provided AST, so it can output it as text.
Ummm... So I apply the semantic routines, which transforms the original AST, and then I output it. You can see all the ugly stuff that happens under the hood. :-)
