Nagelfar is a Tcl application to read a Tcl program and provide static syntax analysis - information regarding Tcl syntax errors like missing braces, incomplete commands, etc.
Nagelfar is a Tcl application to read a Tcl program and provide static syntax analysis - information regarding Tcl syntax errors like missing braces, incomplete commands, etc.
To install nagelfar, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install nagelfar
To see what files were installed by nagelfar, run:
port contents nagelfar
To later upgrade nagelfar, run:
sudo port selfupdate && sudo port upgrade nagelfar
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.