Re: Noob parser question



imissfloppydisks@xxxxxxxxx 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

.