Comparison of context-free grammars based on parsing generated test data

  • Authors:
  • Bernd Fischer;Ralf Lämmel;Vadim Zaytsev

  • Affiliations:
  • Electronics and Computer Science, University of Southampton, Southampton, United Kingdom;Software Languages Team, Universität Koblenz-Landau, Koblenz, Germany;Software Analysis and Transformation Team, Centrum Wiskunde en Informatica, Amsterdam, The Netherlands

  • Venue:
  • SLE'11 Proceedings of the 4th international conference on Software Language Engineering
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

There exist a number of software engineering scenarios that essentially involve equivalence or correspondence assertions for some of the context-free grammars in the scenarios. For instance, when applying grammar transformations during parser development--be it for the sake of disambiguation or grammar-class compliance--one would like to preserve the generated language. Even though equivalence is generally undecidable for context-free grammars, we have developed an automated approach that is practically useful in revealing evidence of nonequivalence of grammars and discovering correspondence mappings for grammar nonterminals. Our approach is based on systematic test data generation and parsing. We discuss two studies that show how the approach is used in comparing grammars of open source Java parsers as well as grammars from the course work for a compiler construction class.