Version 2 of TclStatement js Object

Updated 2016-01-27 14:26:17 by dbohdan

TclStatement

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

Parameters

  • interp
  • file_name
  • line_no
  • word_obj

Container for holding info for a parsed Tcl statement. It contains a list of words, which in turn can contain a list of word_parts and both can contain statements (a list of statement info) when the statement contained a word which for example was a Tcl proc body.

to be filled