Model transformation languages and their implementation by bootstrapping method

  • Authors:
  • Janis Barzdins;Audris Kalnins;Edgars Rencis;Sergejs Rikacovs

  • Affiliations:
  • University of Latvia, IMCS, Riga, Latvia;University of Latvia, IMCS, Riga, Latvia;University of Latvia, IMCS, Riga, Latvia;University of Latvia, IMCS, Riga, Latvia

  • Venue:
  • Pillars of computer science
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper a sequence of model transformation languages L0, L1, L2 is defined. The first language L0 is very simple, and for this language it is easy to build an efficient compiler to C++. The next language L1 is an extension of L0, and it contains powerful pattern definition facilities. The last language L2 is of sufficiently high level and can be used for implementation of traditional pattern-based high level model transformation languages, as well as for the development of model transformations directly. For languages L1 and L2 efficient compilers have been built using the bootstrapping method: L1 to L0 in L0, and L2 to L1 in L1. The results confirm the efficiency of model transformation approach for domain specific compiler building.