prettyprint

Members

Functions

prettyprint
string prettyprint(const string text, size_t columnWidth = 80)

This function takes the input text and returns a pretty-printed, multiline, indented version. It assumes that the input text is the output of a well-structured toString and forms a valid comma separated paren tree.

Meta