Code Listener  [unstable] git snapshot
Functions
cl_pp.hh File Reference

constructor createClPrettyPrint() of the "pp" code listener More...

Go to the source code of this file.

Functions

ICodeListenercreateClPrettyPrint (const char *config_string, bool showTypes)
 create "pp" (pretty print) ICodeListener implementation More...
 

Detailed Description

constructor createClPrettyPrint() of the "pp" code listener

Definition in file cl_pp.hh.

Function Documentation

ICodeListener* createClPrettyPrint ( const char *  config_string,
bool  showTypes 
)

create "pp" (pretty print) ICodeListener implementation

Parameters
config_stringName of a file to write to. If NULL is given, stdout is used. If the output device is terminal, the output may be colorized.
showTypesIf true, dump type information as well.
Todo:
proper documentation of the "pp" code listener