Towards modular code generators using symmetric language-aware aspects

  • Authors:
  • Steffen Zschaler;Awais Rashid

  • Affiliations:
  • King's College London, London, UK;Lancaster University, Lancaster, UK

  • Venue:
  • Proceedings of the 1st International Workshop on Free Composition
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Model-driven engineering, especially using domain-specific languages, allows constructing software from abstractions that are more closely fitted to the problem domain and that better hide technical details of the solution space. Code generation is used to produce executable code from these abstractions, which may result in individual concerns being scattered and tangled throughout the generated code. The challenge, then, becomes how to modularise the code-generator templates to avoid scattering and tangling of concerns within the templates themselves. This paper shows how symmetric, language-aware approaches to aspect orientation can be applied to code generation to improve modularisation support.