Now that union type uses "|" instead of "," for the delimiter, could
the parentheses be made optional? It seems like parentheses are used
elsewhere only for grouping and function calls/definitions.

    UnionType ::=  Type ( "|" UnionType )?

which should be easily distinguishable from a bitwise OR expression.


Peter
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to