Path: utzoo!utgpu!attcan!uunet!lll-winken!ames!pasteur!ucbvax!hplabs!hp-pcd!hplsla!jima From: jima@hplsla.HP.COM (Jim Adcock) Newsgroups: comp.lang.c++ Subject: Re: Wanted: YACC Grammer for C/C++ Message-ID: <6590136@hplsla.HP.COM> Date: 24 May 89 17:57:19 GMT References: <18416@cup.portal.com> Organization: HP Lake Stevens, WA Lines: 10 I used these as the starting point of my ObjC to C++ translator -- which I did a year or two ago. If I remember right, the issue of fields is not addressed, and if one is going to do anything more than go/nogo testing on a presumed example of C text, then one needs to address the traditional hack of passing typedef info back to lex so that type names can be distinguished from variable names. Otherwise, these seemed to work the way one would expect. I can provide the source to my translator program if you want [weak] examples of how to address these issues.