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
# for free
to join this conversation on GitHub.
Already have an account?
# 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 -h
for help. This script might save you precious time if your editor does not identify these problems for you. Script forlint.tcl
below:Beta Was this translation helpful? Give feedback.
All reactions