This version of TASH is compatible with Tcl 7.6 and Tk 4.2.
Changed version numbering system to include the Tcl version
with which TASH is compatible.
Converted to two layer binding in which "thin" binding is
in the package Tcl and the "thick" binding is in the
package "Tcl.Ada." This makes it easier to keep up with the
latest version of Tcl because the Tcl package is now a
direct translation from tcl.h. It also makes disambiguation
of overloaded calls easier since they are now in different
packages.
Now using an automatic tcl.h header file to Ada translator.
This is not a general purpose C to Ada
translator. This will also make it easier to keep up with
the latest version of Tcl.
1.1b1
Added very limited capability to support Tk by providing an import
of Tk_Main. Had to use Tk_Eval to execute Tk commands.