Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

LogicalANDExpression definition #93

Open
VynceMontgomery opened this issue Jul 8, 2015 · 2 comments
Open

LogicalANDExpression definition #93

VynceMontgomery opened this issue Jul 8, 2015 · 2 comments

Comments

@VynceMontgomery
Copy link

in section 12.12 a LogicalANDExpression is defined as

BitwiseORExpression[?In, ?Yield]
LogicalANDExpression[?In, ?Yield] && BitwiseORExpression[?In, ?Yield]

why are those _Bitwise__ORExpression_s? shouldn't those be _Logical__ORExpression_s?

similarly, 12.12.1, 12.12.2, and 12.12.3 each have one occurrence of

LogicalANDExpression : LogicalANDExpression && BitwiseORExpression

that (I believe) should be

LogicalANDExpression : LogicalANDExpression && LogicalORExpression
@mathiasbynens
Copy link
Contributor

@VynceMontgomery Please file spec bugs over at https://bugs.ecmascript.org/.

This repository is only meant to be used for issues with the *.docx to *.html conversion script.

@VynceMontgomery
Copy link
Author

oh, whoops. sorry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants