New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Editorial] 12.5 Unary Operators or UnaryExpression? #238

Closed
hueitan opened this Issue Dec 9, 2015 · 2 comments

Comments

Projects
None yet
1 participant
@hueitan

hueitan commented Dec 9, 2015

I'm reading about the Exponentiation Operator Specification.

There is a section UnaryExpression
http://rwaldron.github.io/exponentiation-operator/#UnaryExpression

Back to current version
https://tc39.github.io/ecma262/#sec-unary-operators

Here 12.5 is written as Unary Operators but the content exists UnaryExpression

And we can find a lot UnaryExpression in the rest content.

Should the title change to UnaryExpression or keep Operators in Title?

@hueitan

This comment has been minimized.

Show comment
Hide comment
@hueitan

hueitan Dec 9, 2015

Maybe I was misunderstanding, there are lot of Operators with Expression in other section.

Multiplicative Operators, Additive Operators, Bitwise Shift Operators are having the same problems but not in Postfix Expressions, Primary Expression.

Edit: Or I was confusing on the meaning of Expression and Operators.

hueitan commented Dec 9, 2015

Maybe I was misunderstanding, there are lot of Operators with Expression in other section.

Multiplicative Operators, Additive Operators, Bitwise Shift Operators are having the same problems but not in Postfix Expressions, Primary Expression.

Edit: Or I was confusing on the meaning of Expression and Operators.

@hueitan

This comment has been minimized.

Show comment
Hide comment
@hueitan

hueitan Dec 10, 2015

Close now. No errors here.

hueitan commented Dec 10, 2015

Close now. No errors here.

@hueitan hueitan closed this Dec 10, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment