Version 7 of Preprocessor

Updated 2017-10-10 22:43:29 by xk2600

A preprocessor is tool that is used to transform a program's source code before feeding it into the compiler or interpreter that implements a particular language.

Some languages (C, C++, Ratfor) are strongly dependent on their preprocessors. Tcl is not normally used that way.

Tcl preprocessors