archives

« Bugzilla Issues Index

#2042 — 14.4.12: YieldExpression RHSs missing phrases


In 14.4.12 "Runtime Semantics: Evaluation",
group 5 is headed by:
YieldExpression : yield AssignmentExpression
and group 6 by:
YieldExpression : yield * AssignmentExpression

In each case, the RHS is missing phrase(s) from the defining production.


the convention I'm now following is that I don't replicate [syntactic annotations] in the production that label semantic rules