Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Add augmented assignment operators. #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by mind...@gmail.com on 10 Aug 2010 at 11:51

GoogleCodeExporter commented 9 years ago
Need the "+=", "-=", "*=", "/=" ... operators.  They should initially at least 
expand to the corresponding assignment and binary operator.

Original comment by mind...@gmail.com on 10 Aug 2010 at 11:53

GoogleCodeExporter commented 9 years ago

Original comment by mind...@gmail.com on 12 Aug 2010 at 11:32

GoogleCodeExporter commented 9 years ago
Fixed in revision 54825d355eac

Original comment by mind...@gmail.com on 2 Sep 2010 at 12:14