Opened 15 years ago

Closed 15 years ago

#286 closed enhancement (wontfix)

Allow expressions with side effects

Reported by: zirkel Owned by:
Priority: major Milestone:
Component: front Version:
Keywords: Cc:

Description

Some expressions have side effects, such as

  return n++;

These need to be handled. This requires introducing temporary variables

Change History (1)

comment:1 by Stephen Siegel, 15 years ago

Resolution: wontfix
Status: newclosed

This is being incorporated into new front end at AST level, where a side-effect remover is being implemented.
As it is part of new front end work, this ticket is no longer relevant.

Note: See TracTickets for help on using tickets.