![]() WPP
Winteracter includes a Fortran pre-processor (WPP) which may prove useful if you need to target multiple platforms/compilers or generate multiple progam configurations. Unlike a macro pre-processor, WPP uses standard Fortran comment lines to identify pre-processor conditions and condition dependent code. Hence, the original source code and any generated code remains fully standard conforming code capable of being compiled directly. WPP is supplied in two alternative forms:
The source code syntax is extremely simple, providing a quick and convenient solution to a common problem.
|