It seems that fcl-passrc implements preprocessing for directives like $ifdef $if $elif $else.. $endif
However, I would like to have a way to define custom symbols inside the following function:
function ParseSource(AEngine: TPasTreeContainer;
const FPCCommandLine : Array of String;
OSTarget, CPUTarget: String;
Options : TParseSourceOptions): TPasModule;
Any code example for this?