A Language Designer's Workbench
A One-Stop-Shop for Implementation and Verification of Language Designs
Eelco Visser (TU Delft - Programming Languages)
Guido Wachsmuth (TU Delft - Programming Languages)
Andrew Tolmach (Portland State University)
P.J.M. Neron (TU Delft - Software Engineering)
VA Vergu (TU Delft - Programming Languages)
A. Passalaqua Martins (TU Delft - Software Engineering)
Gabriël Konat (TU Delft - Programming Languages)
More Info
expand_more
Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.
Abstract
The realization of a language design requires multiple artifacts that redundantly encode the same information. This entails significant effort for language implementors, and often results in late detection of errors in language definitions. In this paper we present a proof-of-concept language designer's workbench that supports generation of IDEs, interpreters, and verification infrastructure from a single source. This constitutes a first milestone on the way to a system that fully automates language implementation and verification.