You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be, that I'm missing something, because formal language definition is somewhat new to me, but right now it seems to me, that a statement can never generate a simple expression like $v = 1.
I see the chain from expression over logical-inc-OR-expression-2 to yield-expression, but can not find a way to generate an assignment-expression without the keywords yield or yield from before it
It might be, that I'm missing something, because formal language definition is somewhat new to me, but right now it seems to me, that a statement can never generate a simple expression like
$v = 1
.A statement can generate an expression statement, which can generate an expression.
But I can't find any way to generate a primary-expression or an assignment-expression out of an expression. When searching the repository for the terms, I can only find their definitions, not any usages of them: repository search for 'primary-expression'
What am I missing here?
The text was updated successfully, but these errors were encountered: