in reply to Re: Operator Precedence Parser
in thread Operator Precedence Parser
What about associativity?
Deviances from Perl's behaviour should be documented, IMHO.
For fun since it doesn't really matter, something else to look at is the interaction between unary minus, post- and pre- -decrement and -increment. For example,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Operator Precedence Parser
by Rhandom (Curate) on Jun 09, 2006 at 22:27 UTC | |
by Rhandom (Curate) on Jun 12, 2006 at 12:52 UTC |