Emits a D parse tree as Python code.
Constructs a PyTreeEmitter object.
Entry method.
Returns the index number of a token as a string.
Writes the list of nodes separated by commas.
Map tokens to index numbers.
Line buffer.
The module to be processed.
Contains the code.
Calls the appropriate visit() method for a node.
Allows calling the visit() method with a null node.
Called by visit() methods that were not overridden.
See Implementation
Emits a D parse tree as Python code.