summaryrefslogtreecommitdiffstats
path: root/development/ftnchek/README
diff options
context:
space:
mode:
author Pablo Santamaria <pablosantamaria@gmail.com>2010-12-24 12:46:58 -0200
committer Niels Horn <niels.horn@slackbuilds.org>2010-12-24 12:46:58 -0200
commit6d7e31f888da447fd35656c2d64965792a2d30d1 (patch)
treeae0d2fc8a9b9c1218b33ad999f2594e8480c4bf6 /development/ftnchek/README
parent3ad9169a8ac8f98a29c3a9809549b1f1c5450fca (diff)
downloadslackbuilds-6d7e31f888da447fd35656c2d64965792a2d30d1.tar.gz
slackbuilds-6d7e31f888da447fd35656c2d64965792a2d30d1.tar.xz
development/ftnchek: Added (static analyzer for Fortran 77 programs)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/ftnchek/README')
-rw-r--r--development/ftnchek/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/ftnchek/README b/development/ftnchek/README
new file mode 100644
index 0000000000..8795b98236
--- /dev/null
+++ b/development/ftnchek/README
@@ -0,0 +1,6 @@
+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.