Zschaler, Steffen and Rashid, Awais (2011) Towards modular code generators using symmetric language-aware aspects. In: FREECO '11: Proceedings of the 1st International Workshop on Free Composition :. ACM, New York, NY, USA, pp. 1-5. ISBN 978-1-4503-0892-2
Full text not available from this repository.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.