diff options
author | B. Watson <yalhcru@gmail.com> | 2017-02-10 15:40:07 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:00 +0700 |
commit | 9aea9ef044ed9f51e00e91db3563e2596962db3d (patch) | |
tree | 149ae55ef3cef53d7f77412d8cafa41a81f94cf7 /development/ftnchek/README | |
parent | d10ba005eb0195a6dc429b7a0b2c900dcabc2773 (diff) |
development/ftnchek: New maintainer, minor fixes.
Diffstat (limited to 'development/ftnchek/README')
-rw-r--r-- | development/ftnchek/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/development/ftnchek/README b/development/ftnchek/README index 8795b98236c11..a5b2be5cfa1da 100644 --- a/development/ftnchek/README +++ b/development/ftnchek/README @@ -1,6 +1,8 @@ -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 opera- -tion. +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. |