English

Inferring Attributed Grammars from Parser Implementations

Software Engineering 2025-07-18 v1

Abstract

Software systems that process structured inputs often lack complete and up-to-date specifications, which specify the input syntax and the semantics of input processing. While grammar mining techniques have focused on recovering syntactic structures, the semantics of input processing remains largely unexplored. In this work, we introduce a novel approach for inferring attributed grammars from parser implementations. Given an input grammar, our technique dynamically analyzes the implementation of recursive descent parsers to reconstruct the semantic aspects of input handling, resulting in specifications in the form of attributed grammars. By observing program executions and mapping the program's runtime behavior to the grammar, we systematically extract and embed semantic actions into the grammar rules. This enables comprehensive specification recovery. We demonstrate the feasibility of our approach using an initial set of programs, showing that it can accurately reproduce program behavior through the generated attributed grammars.

Keywords

Cite

@article{arxiv.2507.13117,
  title  = {Inferring Attributed Grammars from Parser Implementations},
  author = {Andreas Pointner and Josef Pichler and Herbert Prähofer},
  journal= {arXiv preprint arXiv:2507.13117},
  year   = {2025}
}

Comments

Accepted to ICSME 2025

R2 v1 2026-07-01T04:06:04.768Z