ART
Adaptive Reuse Technique
ART is a kind of a pre-processor with cpp-like syntax. ART can do what cpp does, but also extends cpp’s capability to manage software variability and write reusable software in general. ART is an improved version of XVCL (http://xvcl.comp.nus.edu.sg or https://sourceforge.net/projects/fxvcl/).
ART replaces the need for many Variability Management Techniques with a single well-thought out mechanism that is simple, powerful and fully automated. ART allows you to organize the base code for ease of global configuration of software components, as well as to instrument the source code for customization at any level of details. ...