/* * I expand macros on the form #name(arg1)(arg2)(arg) * where # can be any fixec char and ( ) can be changed * to any set of chars. * To get */ class MacroProcessor { }