Opened 15 years ago

Closed 15 years ago

#316 closed defect (fixed)

Add representation of comma operator to AST

Reported by: stachnik Owned by: stachnik
Priority: major Milestone: 1.1
Component: ast Version: 1.1
Keywords: Cc:

Description

The current AST implementation can't represent the c comma operator. There should be some way to represent this, probably as an OperatorNode.

Change History (3)

comment:1 by stachnik, 15 years ago

Status: newaccepted

comment:2 by Stephen Siegel, 15 years ago

Component: Administrationast
Milestone: 1.1
Version: 1.1

Yes, operator node is right.

comment:3 by stachnik, 15 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in rev. 2373

Note: See TracTickets for help on using tickets.