srcML / srcSlice

Lightweight tool for slicing
34 stars 16 forks source link

Def/use #12

Closed cnewman closed 3 years ago

cnewman commented 7 years ago

Expressions like:
sum = sum + i; i = i + 1;

Only register a line number in def but they are examples of a def and a use. Should probably register a line in both.