Designing Syntax Embeddings and Assimilations for Language Libraries

  • Authors:
  • Martin Bravenboer;Eelco Visser

  • Affiliations:
  • Software Engineering Research Group, Delft University of Technology, The Netherlands;Software Engineering Research Group, Delft University of Technology, The Netherlands

  • Venue:
  • Models in Software Engineering
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Language librariesextend regular libraries with domain-specific notation. More precisely, a language library is a combination of a domain-specific language embeddedin the general-purpose host language, a regular library implementing the underlying functionality, and an assimilationtransformation that maps embedded DSL fragments to host language code. While the basic architecture for realizing language libraries is the same for all applications, there are many design choices to be made in the design of a particular combination of library, guest language syntax, host language, and assimilation. In this paper, we give an overview of the design space for syntax embeddings and assimilations for the realization of language libraries.