mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d07db8493d
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
404 B
Text
9 lines
404 B
Text
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.
|