Does anyone out there know about examples and the theory behind parsers that will take (maybe) an abstract syntax tree and produce code, instead of vice-versa. Mathematicall
In addition to 'Visitor', 'unparser' is another good keyword to web-search for.