Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!athena.mit.edu!chekmate From: chekmate@athena.mit.edu (Adam Kao) Newsgroups: comp.lang.c Subject: Re: ANSI grammar questions Message-ID: <7946@bloom-beacon.MIT.EDU> Date: 13 Nov 88 17:52:31 GMT References: <7938@bloom-beacon.MIT.EDU> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: chekmate@athena.mit.edu (Adam Kao) Organization: Massachusetts Institute of Technology Lines: 8 I just realized it's common in C to have things like "unsigned short int", which my modification doesn't parse. (A jellybean for whoever guesses how long I've been using C.) Still, I can think of a couple ways to parse these cases without being as lax as the current grammar. Why isn't this grammar more precise? It would only have to be a little more complicated. By the way, I'm using the 9nov87 draft grammar. Adam