Related articles |
---|
COBOL -> C converter mjacobi@dce.ksu.edu (Mike Jacobi) (1996-09-03) |
Re: COBOL -> C converter kimf@avs.uniras.dk (Kim G. Frei) (1996-09-06) |
From: | "Kim G. Frei" <kimf@avs.uniras.dk> |
Newsgroups: | comp.compilers |
Date: | 6 Sep 1996 10:00:41 -0400 |
Organization: | AVS/UNIRAS A/S |
References: | 96-09-018 |
Keywords: | C, Cobol, translator |
Mike Jacobi wrote:
> Does anyone know of a COBOL to C translator for UNIX, Linux or DOS? I saw
> one on the Net the other day but now I've lost it.
There is some information and a pointer to the gzipped source for
cobcy - a COBOL to C translator at http://conway.math.unb.ca/~will/
I have not tried it yet, so I can't tell how much it will translate.
It is written in C++ and has LEX and YACC code for the lexer and parser.
It is released under the GPL. I don't know if there is any development
going on.
And as far as I can see, it is *not* meant for translating COBOL into
maintainable C ;-)
-kim
--
Kim Frei Tel: +45 45 99 95 99 AVS/UNIRAS A/S
kimf@avs.uniras.dk Fax: +45 45 99 95 00 Blokken 15
DK-3460 Birkerod
Denmark
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.