Re: Semicolons (Re: Low-Rent Syntax)

anw@maths.nott.ac.uk (Dr A. N. Walker)
Wed, 29 Aug 90 14:04:07 GMT

          From comp.compilers

Related articles
Semicolons (Re: Low-Rent Syntax) bart@videovax.tv.tek.com (Bart Massey) (1990-08-13)
Re: Semicolons (Re: Low-Rent Syntax) codex!peterd@uunet.UU.NET (1990-08-20)
Semicolons (Re: Low-Rent Syntax) thomasm@llama.ingres.com (1990-08-22)
Re: Semicolons (Re: Low-Rent Syntax) trt@rti.rti.org (1990-08-24)
Re: Semicolons (Re: Low-Rent Syntax) mjr@decuac.DEC.COM (1990-08-25)
Re: Semicolons (Re: Low-Rent Syntax) bart@videovax.tv.tek.com (Bart Massey) (1990-08-26)
Re: Semicolons (Re: Low-Rent Syntax) elsie!ado@uunet.UU.NET (1990-08-27)
Re: Semicolons (Re: Low-Rent Syntax) anw@maths.nott.ac.uk (1990-08-29)
Re: Semicolons (Re: Low-Rent Syntax) liam@cs.qmw.ac.uk (1990-09-03)
Re: Semicolons (Re: Low-Rent Syntax) firth@sei.cmu.edu (1990-09-05)
Re: Semicolons (Re: Low-Rent Syntax) lins@apple.com (Chuck Lins) (1990-09-05)
Re: Semicolons (Re: Low-Rent Syntax) rob@baloo.eng.ohio-state.edu (1990-09-05)
Re: Semicolons (Re: Low-Rent Syntax) MERRIMAN@ccavax.camb.com (George Merriman -- CCA/NY) (1990-09-05)
Re: Semicolons (Re: Low-Rent Syntax) dik@cwi.nl (1990-09-06)
[2 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: anw@maths.nott.ac.uk (Dr A. N. Walker)
Keywords: parse, design
Organization: Maths Dept., Nott'm Univ., UK.
References: <9008202341.AA06543@llama.ingres.com> <4032@rtifs1.UUCP>
Date: Wed, 29 Aug 90 14:04:07 GMT

|> > while( x );/* a nasty case */
|> > x--;
|
|prog.c: line 12: degenerate "while" loop
|
|Tom Truscott
|[Which compiler is it? And when I really do want to write a degenerate
|while loop, how do I tell it not to complain? -John]


while (x)
skip; /* Down with empty null statements! */


--
Andy Walker, Maths Dept., Nott'm Univ., UK.
anw@maths.nott.ac.uk
--


Post a followup to this message

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