TclParseStatement js Object

TclParseStatement

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

Parameters

  • interp

Container for parsing a normal Tcl statement or an expr of an if, while or expr Tcl command. It builds as a side effect an expr tree or the statements/statement/word/word_part info when parsing. Both cases use TclParser js Object to get the input parsed into tokens.

to be filled