Recovering Grammar Relationships for the Java Language Specification

Status

Authors
Ralf Lämmel and Vadim Zaytsev

Abstract
Grammar convergence is a method that helps discovering relationships between different grammars of the same language or different language versions. The key element of the method is the operational, transformation-based representation of those relationships. Given input grammars for convergence, they are transformed until they are structurally equal. The transformations are composed from primitive operators; properties of these operators and the composed chains provide quantitative and qualitative insight into the relationships between the grammars at hand.

We describe a refined method for grammar convergence, and we use it in a major study, where we recover the relationships between all the grammars that occur in the different versions of the Java Language Specification (JLS). The relationships are represented as grammar transformation chains that capture all accidental or intended differences between the JLS grammars. This method is mechanized and driven by nominal and structural differences between pairs of grammars that are subject to asymmetric, binary convergence steps.

We present the underlying operator suite for grammar transformation in detail, and we illustrate the suite with many examples of transformations on the JLS grammars. We also describe the extraction effort, which was needed to make the JLS grammars amenable to automated processing. We include substantial metadata about the convergence process for the JLS so that the effort becomes reproducible and transparent.

Bibtex entry
@inproceedings{JLS-SCAM09,
 author = "Ralf L{\"a}mmel and Vadim Zaytsev",
 title = "{Recovering Grammar Relationships for the Java Language Specification}",
 booktitle = "Ninth IEEE International Working Conference on Source Code Analysis and Manipulation",
 year = 2009,
 month = sep,
 publisher = "IEEE",
 pages = "178--186",
}

@article{JLS-SQJ10,
 author = "Ralf L{\"a}mmel and Vadim Zaytsev",
 title = "{Recovering Grammar Relationships for the Java Language Specification}",
 journal = "Software Quality Journal",
 year = 2010,
 volume = "{SCAM Special Issue}"
 publisher = "Springer",
 note = "To appear"
 }

Downloads and links


Website maintained by Ralf Lämmel (Email: rlaemmel@gmail.com)