Table of Contents

Name

structure - structure control flow

Synopsis

structure infile outfile { infile outfile }*

Description

The structure program builds structured control flow (tree_ifs, tree_loops, and tree_fors) out of unstructured control flow (branches and labels) where it can be done in a natural way. It also turns tree_loops into tree_fors when they are in the right form.

History

This program was written by Chris Wilson.


Table of Contents