Skip to content
Snippets Groups Projects
Commit b92e6864 authored by Rick Waldron's avatar Rick Waldron
Browse files

improved info and description

parent 104a134b
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-assignment-operators-runtime-semantics-evaluation esid: sec-assignment-operators-runtime-semantics-evaluation
description: > description: Compound Exponentiation Assignment Operator
info: >
AssignmentExpression: AssignmentExpression:
LeftHandSideExpression AssignmentOperator AssignmentExpression LeftHandSideExpression AssignmentOperator AssignmentExpression
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron, André Bargull author: Rick Waldron, André Bargull
esid: sec-exp-operator-runtime-semantics-evaluation esid: sec-exp-operator-runtime-semantics-evaluation
description: > description: Exponentiation Operator expression order of evaluation
info: >
ExponentiationExpression: ExponentiationExpression:
UpdateExpression ** ExponentiationExpression UpdateExpression ** ExponentiationExpression
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-unary-operators esid: sec-unary-operators
description: > description: Exponentiation Operator expression precedence of unary operators
info: >
ExponentiationExpression : ExponentiationExpression :
UnaryExpression UnaryExpression
... ...
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
/*--- /*---
author: Rick Waldron author: Rick Waldron
esid: sec-update-expressions esid: sec-update-expressions
description: > description: Exponentiation Operator expression precedence of update operators
info: >
ExponentiationExpression : ExponentiationExpression :
... ...
UpdateExpression `**` ExponentiationExpression UpdateExpression `**` ExponentiationExpression
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment