Closed Bug 402930 Opened 18 years ago Closed 18 years ago

Implement compound assignment in esc

Categories

(Tamarin Graveyard :: Self-hosting compiler (ESC), defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: tierney, Unassigned)

Details

Attachments

(1 file)

Adds support for compound assignment to esc's parser. Parser just expands the expression, e.g. s+=3 -> s=s+3
Attachment #287749 - Flags: review?(jodyer)
Comment on attachment 287749 [details] [diff] [review] Patch to add support for compound assignment to esc looks good!
Attachment #287749 - Flags: review?(jodyer) → review+
#410545 subsumes this (and is more correct, I suspect). It looks like the patch in this bug was never applied.
Correction, the patch in this bug was committed previously; I was looking at the wrong file.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: