From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6ed4471f2a4d8a45 X-Google-Attributes: gid103376,public From: garys@cs.tamu.edu (Gary W Smith) Subject: Re: ADA/C++ to IDL converter? Date: 1998/07/31 Message-ID: <6pt652$7os$1@news.tamu.edu>#1/1 X-Deja-AN: 376768340 References: <35C1DAB1.3035002F@lmco.com> Organization: Texas A&M Computer Science Department, College Station, TX NNTP-Posting-Date: 31 Jul 1998 19:32:50 GMT Newsgroups: comp.lang.ada Date: 1998-07-31T19:32:50+00:00 List-Id: In article <35C1DAB1.3035002F@lmco.com>, David P. Brown wrote: ->Hi, -> ->I need to parse ADA and C++ source code and extract the structures into ->IDL. ->Does anyone know if there is a software package that already does this? ->Feel free to respond directly to me. -> ->-Dave I'm doing something along the lines for my dissertation. Part of the proof-of-concept automatically converts information in Ada Remote_Types and RCI packages into corresponding IDL-like and Java RMI representations. I use ASIS to extract the info from the Ada packages. ASIS Rocks! However: 1. I use my own IDL... it's very similar to Corba. At one time, it was pure Corba IDL. At some time in the future, I'd like to re-introduce pure Corba IDL to it but I don't have time right now. 2. It isn't in any type of releasable form and won't be for at least several more months. So, I'm of no use other than to say that I feel your pain. - gary