// support MXML.. call constructor with processComments as true.
MxmlCompiler mxmlc = new MxmlCompiler(compilerConfig, compilerConfig,
mappings, transcoders, true);
// support ABC
AbcCompiler abc = new AbcCompiler(compilerConfig);
// support FXG
FXGCompiler fxg = new FXGCompiler(compilerConfig, mappings);
// support i18n (.properties)