A Parsing Methodology for the Implementation of Visual Systems

  • Authors:
  • Gennaro Costagliola;Andrea De Lucia;Sergio Orefice;Genoveffa Tortor

  • Affiliations:
  • Univ. di Salerno, Salerno, Italy;Univ. di Salerno, Benevento, Italy;Univ. di L'Aquila, L'Aquila, Italy;Univ. di Salerno, Salerno, Italy

  • Venue:
  • IEEE Transactions on Software Engineering
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Visual Language Compiler-Compiler (VLCC) is a grammar-based graphical system for the automatic generation of visual programming environments. In this paper the theoretical and algorithmic issues of VLCC are discussed in detail. The parsing methodology we present is based on the "positional grammar" model. Positional grammars naturally extend context-free grammars by considering new relations in addition to string concatenation. Thanks to this, most of the results from LR parsing can be extended to the positional grammars inheriting the well known LR technique efficiency. In particular, we provide algorithms to implement a YACC-like tool embedded in the VLCC system for automatic compiler generation of visual languages described by positional grammars.