>> "SIGOURE" == SIGOURE Benoit
<sigoure.benoit(a)lrde.epita.fr> writes:
+ sorts UpdateElement
+ context-free syntax
+ "(" ArrayAccessPrime "=" Expression ")"
+ -> UpdateElement {cons("UpdateElement")}
+
+ %% NOTE: Officially this form is NOT supported but it is still supported
+ %% for backwards compatibility. This form introduces an ambiguity
+ %% because the `+' between the elements can be bound to the
+ %% Expression or can be a separator between two elements.
+ ArrayAccessPrime "=" Expression -> UpdateElement
{cons("UpdateElement")}
Je comprends pas bien ce que tu veux dire.