Provided by: delta_2006.08.03-6_amd64 bug

NAME

       topformflat - flattens code with balanced delimiters

SYNOPSIS

       topformflat [threshold]

DESCRIPTION

       topformflat is a utility flattens code written in a language with balanced delimiters
       (such as C), so that all nesting below a specified depth is one one line.

       The threshold (default: 0) specifies at what nesting level of braces will line breaks be
       allowed (or inserted). By starting with 0, you get all top-level forms, one per line
       (roughly). Increasing the threshold leads to finer-grained structure on each line. The
       intent is to use the Delta minimizer on each level of granularity.

SEE ALSO

       singledelta(1), multidelta(1)