srcML / srcSlice

Lightweight tool for slicing
34 stars 16 forks source link

operators like *=, ++, -- #8

Closed cnewman closed 3 years ago

cnewman commented 8 years ago

There's a side-effect here which should be recorded. Find a way to differentiate between operators like <= and *= that doesn't involve having to solve every case separately?

Not sure how that'll work yet.

cnewman commented 8 years ago

Current plan is to implement a small finite state machine that'll figure out what case we're in.