by Hans-Peter Diettrich <DrDiettrich1@[EMAIL PROTECTED]
>
Feb 28, 2008 at 06:10 PM
imissfloppydisks@[EMAIL PROTECTED]
wrote:
> It is intended to parse simple arithmetic expressions taking into
> account the precedence of operators. What I don't understand is why
> you parse the operators with lower precedence first.
Look at the ends instead of the starts. What has been started first,
will terminate (and execute) last.
DoDi