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 , 15 years ago
| Status: | new → accepted |
|---|
comment:2 by , 15 years ago
| Component: | Administration → ast |
|---|---|
| Milestone: | → 1.1 |
| Version: | → 1.1 |
Note:
See TracTickets
for help on using tickets.

Yes, operator node is right.