Related articles |
---|
Short-Circuit Boolean Expression Evaluation webposter2004@yahoo.com (2004-09-14) |
Re: Short-Circuit Boolean Expression Evaluation wyderski@ii.uni.wroc.pl (Piotr Wyderski) (2004-09-21) |
From: | webposter2004@yahoo.com (webposter) |
Newsgroups: | comp.compilers |
Date: | 14 Sep 2004 16:56:43 -0400 |
Organization: | http://groups.google.com |
Keywords: | code, question |
Posted-Date: | 14 Sep 2004 16:56:43 EDT |
Hi,
I am looking for information on a data structure (and associated
algorithm) to do short-circuit evaluation of boolean expressions and
haven't found a single one even after googing for two days! Can anyone
point me to good resources (or implementations) that do this.
I want to implement the algorithm/data structure in C. If you have a
reference implementation can you please point me to it.
your help is highly appreciated
thanks
Andy
[Short circuit booleans are equivalent to if-then-else. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.