This is the command topformflat that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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.
Use topformflat online using onworks.net services