Related articles |
---|
How to handle operator of undefined associativity singh.pallav@gmail.com (Pallav singh) (2010-04-29) |
Re: How to handle operator of undefined associativity bear@sonic.net (Ray) (2010-05-01) |
Re: How to handle operator of undefined associativity bartc@freeuk.com (bart.c) (2010-05-01) |
Re: How to handle operator of undefined associativity cr88192@hotmail.com (BGB / cr88192) (2010-05-01) |
Re: How to handle operator of undefined associativity cfc@shell01.TheWorld.com (Chris F Clark) (2010-05-02) |
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) |
[6 later articles] |
From: | Pallav singh <singh.pallav@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Thu, 29 Apr 2010 22:02:32 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | parse, question |
Posted-Date: | 30 Apr 2010 18:48:08 EDT |
Hi
we have a unary opeator ( not ) in system verilog assertion.
the associativity of operator not is undefined.
should user be allowed to write multiple not
not not not ( expr );
not not ( expr );
Thanks
Pallav
[How does associativity matter here? Those examples may be redundant, but
they're not ambiguous. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.