COBOL Parsers

"Mark Rickan" <mrickan@home.com>
15 Apr 2000 21:40:19 -0400

          From comp.compilers

Related articles
COBOL Parsers mrickan@home.com (Mark Rickan) (2000-04-15)
Re: COBOL Parsers waratah@zip.com.au (Ken Foskey) (2000-04-16)
Re: COBOL Parsers vadik@siber.com (Vadim Maslov) (2000-04-16)
Re: COBOL Parsers eil@kingston.net (John H. Lindsay) (2000-04-17)
Re: COBOL Parsers tej@melbpc.org.au (Tim Josling) (2000-04-20)
Re: COBOL Parsers thaneH@softwaresimple.com (2000-04-25)
| List of all articles for this month |

From: "Mark Rickan" <mrickan@home.com>
Newsgroups: comp.lang.cobol,comp.compilers
Date: 15 Apr 2000 21:40:19 -0400
Organization: @Home Network Canada
Keywords: Cobol, parse, question, comment

Does anyone have any insights/experience on options for parsing COBOL?
I am working on a project where we will need to extract data file
declarations and access these files using other applications using
multiplatform C/C++.


So far we've considered the CobolTransformer Toolkit from Siber
Systems (www.siber.org), the COBOL parser from CocoLab
(http://www.cocolab.de/) or rolling or own using Coco/R
(http://cs.ru.ac.za/homes/cspt/cocor.htm), Visual Parse++ from
Sandstone (www.sand-stone.com).


Any help would be greatly appreciated.


Mark
[There's some stuff in the FAQ. The grammar for Cobol isn't particularly
complex, but it's very large with an enormous number of different tokens.
-John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.