You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as you probably already know, the CompileInterceptor/Example/ExampleCompileInterceptor.dpr project is not usable as it currently is (ICompileInterceptor methods missing in TExampleInterceptor, ...).
-> Do you intend to correct this?
my goal is to get a pre-processor feature that would intercept any source code file before the compilation, to make the desired in-memory changes to that code. I don't know if one of your development could help for this.