TclInterp js Object

TclInterp

A javascript Object as used in incr Tcl in Javascript. Instantiation:

Parameters

  • win
  • start_dir

A container which holds all the information necessary for an Tcl interpreter like the stack for the callframes, the stack for the namspaces etc.

to be filled