TinyCOBOL resources.
Here is the resources that the most of COBOL programmers
could be use to develop your systems with TinyCOBOL.
Also, there are some projects related to COBOL language.
topic
TinyCOBOL Documentation
topic
Other COBOL related projects.
topic
Editors which can be used with COBOL
topic
Open Source and free COBOL Compilers
-
Cobol For GCC
is a project to develop an COBOL 85 (2002) compliant COBOL
compiler, which will be integrated with the GNU Compiler
Collection (GCC).
It's current status is unknown.
-
OpenCOBOL
is a project to develop a COBOL 85 (200x) to C translating
compiler.
It's current status is active.
-
GCC-COBOL
is an experimental implementation of a COBOL frontend to
GCC based on OpenCOBOL.
It's current status is inactive, with any future development
unlikely.
-
COBOL12
is a COBOL compiler for DOS written in assembler.
It's current status is inactive, with any future development
unlikely.
-
Cevela MX COBOL
is a COBOL to C translating compiler for DOS.
It's current status is inactive, with any future development
unlikely.
-
CobCy was a COBOL to C++ translating compiler.
It's current status is inactive, with any future development
unlikely.
-
COBOL2C,
formerly known as GNU COBOL, was project to develop an
COBOL 85 compliant compiler.
It's current status is inactive, with any future development
unlikely.
-
OTCOBOL
was project to develop a COBOL 85 compiler for DOS.
It's current status is inactive, with any future development
unlikely.
-
Wildcat COBOL Compiler
was project to develop a COBOL compiler for MS-NET.
It's current status is unknown.
The source code is no longer publicly available.
topic
Open and free OLTP
topic
COBOL grammar
topic
Compiler tools for COBOL
-
YACC version 1.9.3
- Berkeley's YACC (byacc) version 1.9.3.
This enhanced version of Berkeley's YACC can be used to parse
large grammars such as COBOL.
Using previous versions on the TinyCOBOL grammar, will result
in an abort on a table overflow error.
-
BtYacc
- Berkeley backtracking YACC.
This enhanced version of Berkeley's YACC can be used
to parse LALR(n) grammars, such as COBOL and C++.
topic
COBOL related standards