allow loop increments of the form i += 1
commit4a15fb8b223fa56aaddba3b3b7fc95aae14003c7
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 29 Jul 2011 10:02:24 +0000 (29 12:02 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 30 Jul 2011 13:01:08 +0000 (30 15:01 +0200)
tree5ece99d37b1ce9e4fc3425c0d8fd556fb0418fc9
parent8d568f41c695f61ed46f0b250b8e724bc4e49337
allow loop increments of the form i += 1

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc
scan.h
tests/dec2.c [new file with mode: 0644]
tests/dec2.scop [new file with mode: 0644]
tests/dec3.c [new file with mode: 0644]
tests/dec3.scop [new file with mode: 0644]
tests/inc.c [new file with mode: 0644]
tests/inc.scop [new file with mode: 0644]