slackbuilds/development/ftnchek
B. Watson f7a0af6057
development/ftnchek: Updated for version 3.3.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:51:55 +07:00
..
README development/ftnchek: Fix README. 2020-10-17 09:39:07 +07:00
ftnchek.SlackBuild development/ftnchek: Updated for version 3.3.1. 2021-10-13 00:51:55 +07:00
ftnchek.info development/ftnchek: Updated for version 3.3.1. 2021-10-13 00:51:55 +07:00
slack-desc

README

ftnchek (a static analyzer for Fortran 77 programs)

ftnchek (short for Fortran checker) is designed to detect certain
errors in a Fortran program that a compiler usually does not.

ftnchek is not primarily intended to detect syntax errors. Its purpose
is to assist the user in finding semantic errors. Semantic errors are
legal in the Fortran language but are wasteful or may cause incorrect
operation.