• Medientyp: E-Artikel
  • Titel: An Algorithm for Structuring Flowgraphs
  • Beteiligte: Baker, Brenda S.
  • Erschienen: Association for Computing Machinery (ACM), 1977
  • Erschienen in: Journal of the ACM, 24 (1977) 1, Seite 98-120
  • Sprache: Englisch
  • DOI: 10.1145/321992.321999
  • ISSN: 0004-5411; 1557-735X
  • Schlagwörter: Artificial Intelligence ; Hardware and Architecture ; Information Systems ; Control and Systems Engineering ; Software
  • Entstehung:
  • Anmerkungen:
  • Beschreibung: <jats:p>This paper describes an algorithm which transforms a flowgraph into a program containing control constructs such as if then else statements, repeat (do forever) statements, multilevel break statements (causing jumps out of enclosing repeats), and multilevel next statements (causing jumps to iterations of enclosing repeats). The algorithm can be extended to create other types of control constructs, such as while or until. The program appears natural because the constructs are used according to common programming practices. The algorithm does not copy code, create subroutines, or add new variables. Instead, goto statements are generated when no other available control construct describes the flow of control. The algorithm has been implemented in a program called STRUCT which rewrites Fortran programs using constructs such as while, repeat, and if then else statements. The resulting programs are substantially more readable than their Fortran counterparts.</jats:p>
  • Zugangsstatus: Freier Zugang