Version 3 of Preprocessor

Updated 2015-09-03 10:39:59 by dbohdan

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

  • Assemble — Bundles multiple Tcl source code files into a single file. Understands #define and #ifdef/#ifndef. Assemble is developed as part of the Sqawk project.
  • tpp
  • Tipi