SARTEX(ID:2861/sar002)


Breguet, Grize, and Strohmeier [1985] ERMETH Extension to Pascal, supporting stacks, lists, sets, arrays, and the predefined types vertex, arc, and graph


Structures:
References:
  • F. Grize, A. Strohmeier; "SARTEX: manuel de reference du langage (version 2.0)" Departement de Mathematiques, Ecole Polytechnique Federale de Lausanne; Lausanne, 1983. view details
  • P. Breguet, A. Strohmeier; "SARTEX: Revision du manuel de reference et extension graphique" Departement de Mathematiques, Ecole Polytechnique Federale de Lausanne; Lausanne, 1983. view details
  • Breguet, Pierre; Grize, Francois; Strohmeier, Alfred "SARTEX. A programming language for graph processing." view details Abstract: SARTEX is a programming language, designed especially for graph processing, which belongs to the PASCAL [2] family of languages. A compiler written in PASCAL which generates PASCAL code has been developed. In addition to the usual data types, the language provides the predefined types VERTEX, ARC and GRAPH. Objects can be organized in dynamic structured types named stack, list, set and array. For visiting the elements of a structured object, the usual statements are completed by the instruction "forall. . . in ...do...". Inputs and outputs can be processed interactively or with sequential files as data. The language also directly supports the drawing of graphs on a graphic device.

          in SIGPLAN Notices 20(01) January 1985 view details