improved info and description

This commit is contained in:
Rick Waldron 2016-02-22 16:49:00 -05:00
parent 104a134bc2
commit b92e68646d
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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
... ...

View File

@ -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