RLSRunner: linking rascal with k for program analysis

  • Authors:
  • Mark Hills;Paul Klint;Jurgen J. Vinju

  • Affiliations:
  • Centrum Wiskunde & Informatica, Amsterdam, The Netherlands,INRIA Lille Nord Europe, France;Centrum Wiskunde & Informatica, Amsterdam, The Netherlands,INRIA Lille Nord Europe, France;Centrum Wiskunde & Informatica, Amsterdam, The Netherlands,INRIA Lille Nord Europe, France

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

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Rascal meta-programming language provides a number of features supporting the development of program analysis tools. However, sometimes the analysis to be developed is already implemented by another system. In this case, Rascal can provide a useful front-end for this system, handling the parsing of the input program, any transformation (if needed) of this program into individual analysis tasks, and the display of the results generated by the analysis. In this paper we describe a tool, RLSRunner, which provides this integration with static analysis tools defined using the K framework, a rewriting-based framework for defining the semantics of programming languages.