prettyprint

Undocumented in source.

Members

Functions

prettyprint
string prettyprint(string text, size_t columnWidth)

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