summaryrefslogtreecommitdiff
path: root/development/open-cobol/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/open-cobol/README')
-rw-r--r--development/open-cobol/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/development/open-cobol/README b/development/open-cobol/README
deleted file mode 100644
index 751f7bebaf..0000000000
--- a/development/open-cobol/README
+++ /dev/null
@@ -1,7 +0,0 @@
-OpenCOBOL is an open-source COBOL compiler. OpenCOBOL implements a substantial
-part of the COBOL 85 and COBOL 2002 standards, as well as many extensions of
-the existent COBOL compilers.
-
-OpenCOBOL translates COBOL into C and compiles the translated code using the
-native C compiler. You can build your COBOL programs on various platforms,
-including Unix/Linux, Mac OS X, and Microsoft Windows.