Up: More Of Operators


2.10.1 Ambiguous Operators Sets

The expression parser is ill equiped to deal with ambiguous operators sets and will produce undefined results when parsing expressions for such sets. Yet, ambiguous operators sets should be avoided anyhow: if they confuse the parser they'll confuse the user as well.

Some rules to avoid ambiguous operators set definitions include: