TOC PREV NEXT INDEX

 


Parsing Errors


TclPro Checker generates a parsing error when it encounters commands that cannot be parsed by the Tcl parser, such as a missing curly brace or badly formed list. For example: the following code generates a parsing error because it is missing a quote at the end of the puts statement:


proc foo {} {
    puts "hello
}

In cases like this, TclPro Checker attempts to move past the procedure where the parsing error was found, and continue to check additional commands after the parsing error.




http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX