Replies: 1 comment
-
| Thank you for this! Seeing the error "missing brace" in a thousand-line script is disheartening. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is a simple linter for JimTcl or Tcl which checks for unmatched braces, square brackets and parenthesis. Type
jimsh lint.tcl -hfor help. This script might save you precious time if your editor does not identify these problems for you. Script forlint.tclbelow:Beta Was this translation helpful? Give feedback.
All reactions