Luis,
We develop test equipment. We'd like to provide an interface to customers using legacy test languages.
One of these is called Mediator. It's been suggested that we also support Atlas. Currently, we have a Mediator to CVI C translator, the output of which we compile to a dll and run using TestStand. Optimally, we'd like to be able to provide trace back to a given Mediator source line and set breakpoints in the Mediator Source. Initially, we'd like to compile the Mediator source to dll, reducing multiple steps and programs. If the addition of # line directives or other # directives or other macros would facilitate these goals, we could incorporate them.