Re: How to handle operator of undefined associativity

mac <alex.colvin@valley.net>
Wed, 12 May 2010 13:07:28 +0000 (UTC)

          From comp.compilers

Related articles
[5 earlier articles]
Re: How to handle operator of undefined associativity gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-05-03)
Re: How to handle operator of undefined associativity cr88192@hotmail.com (BGB / cr88192) (2010-05-05)
Re: How to handle operator of undefined associativity gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-05-05)
Re: How to handle operator of undefined associativity cfc@shell01.TheWorld.com (Chris F Clark) (2010-05-06)
Re: How to handle operator of undefined associativity sh006d3592@blueyonder.co.uk (Stephen Horne) (2010-05-07)
Re: How to handle operator of undefined associativity pat@jantar.org (Patryk Zadarnowski) (2010-05-10)
Re: How to handle operator of undefined associativity alex.colvin@valley.net (mac) (2010-05-12)
Re: How to handle operator of undefined associativity gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-05-12)
| List of all articles for this month |

From: mac <alex.colvin@valley.net>
Newsgroups: comp.compilers
Date: Wed, 12 May 2010 13:07:28 +0000 (UTC)
Organization: A noiseless patient Spider
References: 10-05-006
Keywords: syntax, history
Posted-Date: 12 May 2010 17:12:03 EDT

> > should user be allowed to write multiple not
> >
> > not not not ( expr );
> > not not ( expr );


Infamously, Algol 60 disallowed "not not", leading to an error message
    not not not Algol.
--
mac the naC/f



Post a followup to this message

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