#********************************************************************** # WHAT # This is the Tcl macro package Tmac # It provides preprocessor features for Tcl source code # # VERSION # Tmac 1.0, 29Nov2003, Copyright Roy E Terry # # LICENSE # A BSD Style license makes tmac freely usable for private # or commercial purposes similar to the Tcl/TK license # (see the file "tmac.license") # # USAGE DOCUMENTS # See tmac-cmd.html and also the website http://www.tclbuzz.com # # FILES # tmac.tcl - the implementation and only file truly needed # pkgIndex.tcl - needed to install as a package # dirstat.tcl - self-contained example application # tmac-viewer.tcl - GUI analysis tool for macro behavior & usage # controls.tmac - Sample macros for new Tcl controls structs, etc. # strings.tmac - Sample macros for string command (shortened) # wiki.tmac - Sample macros for Tcler's wiki formatting # tmac.test - tcltest script for tmac package # tmac-delims.test - driver to run test with many delimiter settings # tmac.license - short and sweet license text # README.txt - the present file # install.tcl - install script # tmac-cmd.html - User manual # # # INSTALL # The goal of install is to make tmac available as a Tcl package # on a particular machine. # NOTE: If you wish to use tmac directly just copy tmac.tcl # whereever you like and use "source" to include it in a program. # # To install: # 1. Do tar x or unzip to any convenent place and use "install.tcl" # to do the directory create and the copy for you. # -or- # 2. copy tmac.tcl and pkgIndex.tcl to a directory # named tmac1.0 in the tcl "lib" directory. On windows # that might be c:/program files/tcl/lib. # -or- # 3. Do tar x or unzip to same effect as #1 # # # tmac - copyright Roy E. Terry, 2003 All rights reserved #**********************************************************************