__parse ^

Given a string that contains tcl commands, return an array of arrays of TclWord.

Takes a second parameter, preserve_whitespace. This function is typically called with a value of "0", which makes it the top level parser. if called with a value of 1, then the entire passed buffer is treated as a single word, and whitespace encountered here is added into the string.

comments ^

  Comments are discarded during the parse step.


parrot