Ticket #330 (new enhancement)

Opened 1 year ago

Grammar: Improve readability of a few rules

Reported by: Yoric Assigned to: anonymous
Type: enhancement Priority: major
Milestone: M1 Component: Spec
Version: 4 Keywords: grammar
Cc:

Description

Lines 199/200 and 204/205 of grammar.xls (non-terminals ConditionalExpression? and NonAssignmentExpression?), are easy to misread as

 ConditionalExpression[alpha,beta]
 | ...
 | LogicalExpression[alpha,beta] ? AssignmentExpression[alpha,beta]
 | LogicalExpression[alpha,beta] : AssignmentExpression[alpha,beta]

(and something similar for NonAssignmentExpression?).

I should know, I just found out that error in my code :)

Attachments

Note: See TracTickets for help on using tickets.