Re: Parsing C with missing typedefs

root@jacob.remcomp.fr (root)
19 Apr 1999 14:49:50 -0400

          From comp.compilers

Related articles
Parsing C with missing typedefs kullbach@uni-koblenz.de (Bernt Kullbach) (1999-04-18)
Re: Parsing C with missing typedefs dwight@pentasoft.com (1999-04-19)
Re: Parsing C with missing typedefs root@jacob.remcomp.fr (1999-04-19)
| List of all articles for this month |

From: root@jacob.remcomp.fr (root)
Newsgroups: comp.compilers
Date: 19 Apr 1999 14:49:50 -0400
Organization: Compilers Central
References: 99-04-050
Keywords: parse, C

I use in the IDE of lcc-win32 the rule:
ID white space ID
within the declarations section.
I.e. any two (or more) identifiers separated by just white space in the
declaration section mean that the last is a new identifier, and the others
are types.


I do not see any counter-examples, but maybe somebody here will find one...
--
Jacob Navia Logiciels/Informatique
41 rue Maurice Ravel Tel 01 48.23.51.44
93430 Villetaneuse Fax 01 48.23.95.39
France


Post a followup to this message

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