Hands-On: Testing Language Definitions

Eelco Visser
Lecture
September 08, 2020

In this hands-on tutorial we demonstrated testing syntax definitions with the SPT testing languages. For more information on SPT, see the cited OOPSLA’11 paper, the SPT documentation, and Lab 1(b). The recording of the tutorial is available on Brightspace.

References

  • OOPSLA 2011 [pdf, doi, bib, researchr, ]
    The reliability of compilers, interpreters, and development environments for programming languages is essential for effective software development and maintenance. They are often tested only as an afterthought. Languages with a smaller scope, such as domain-specific languages, often remain untested. General-purpose testing techniques and test case generation methods fall short in providing a low-threshold solution for test-driven language development. In this paper we introduce the notion of a language-parametric testing language (LPTL) that provides a reusable, generic basis for declaratively specifying language definition tests. We integrate the syntax, semantics, and editor services of a language under test into the LPTL for writing test inputs. This paper describes the design of an LPTL and the tool support provided for it, shows use cases using examples, and describes our implementation in the form of the Spoofax testing language.