Re: Parsing Questions

"Stefan Ewing" <sewing@uvic.ca>
17 Jun 2002 00:10:57 -0400

          From comp.compilers

Related articles
[2 earlier articles]
Re: Parsing Questions sting@linguist.dartmouth.edu (Michael J. Fromberger) (2002-06-14)
Re: Parsing Questions ian@cfmu.eurocontrol.be (Ian Wild) (2002-06-14)
Re: Parsing Questions joachim_d@gmx.de (Joachim Durchholz) (2002-06-14)
Re: Parsing Questions rcbilson@plg2.math.uwaterloo.ca (Richard C Bilson) (2002-06-14)
Re: Parsing Questions vbdis@aol.com (VBDis) (2002-06-14)
Re: Parsing Questions sewing@uvic.ca (Stefan Ewing) (2002-06-17)
Re: Parsing Questions sewing@uvic.ca (Stefan Ewing) (2002-06-17)
| List of all articles for this month |

From: "Stefan Ewing" <sewing@uvic.ca>
Newsgroups: comp.compilers
Date: 17 Jun 2002 00:10:57 -0400
Organization: http://groups.google.com/
References: 02-06-034
Keywords: parse, summary
Posted-Date: 17 Jun 2002 00:10:57 EDT

Thank you, everyone, for your responses. You have all been helpful.
As far as the question of postfix vs. prefix in-/decrementation is
concerned, in my defense, I have to say that I do understand the
difference--that's why I didn't know what to do with b++!


Also, I would rather not write such a statement as "a = b++ + c;"
anyhow, since it does not lend itself to good programming style (as I
understand it). This was simply the syntax of the code that I had to
work with.


Stefan Ewing


Post a followup to this message

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