Lint Software
Ftnchek
Ftnchek

Fortran 77 program verifier (ala` lint for C programs) ftnchek is a verifier for Fortran 77 programs, (much like the \\lint\\ program used by C programmers). It is not designed to catch language syntax errors, that is the function of the compiler, (prior to using ftnchek, the user should verify that the program compiles correctly). It`s purpose is to assist the user in finding semantic errors. Namely, things that are legal in the Fortran 77 language, but appear suspicious in nature, and may lead to unintended results. For example, using a variable before it has been initialized, variables that are declared and never used, function calls with the wrong number of arguments, etc.(for Linux)


Download Now (0)
  • Downloads:23
  • Date updated:2009-01-28
  • Version:
Software - Lint
Visual Lint Standard Edition 1.5.7 -  Visual Lint is an add-in for Microsoft Visual Studio and Visual C++ which closely integrates the Gimpel PC-Lint code analysis tool within the Visual Studio integrated development environment. Although PC-Lint does a great job of analysing C++ source and header files for potential problems, it is a generic cross-platform tool and as such is not... (for Windows) (42/0) download
Weblint -  Html systax checker Weblint is a syntax and minimal style checker for HTML: a Perl script which picks fluff off html pages, much in the same way traditional lint picks fluff off C programs. (for Linux) (23/1) download