srcML / srcSlice

Lightweight tool for slicing
34 stars 16 forks source link

Is it possible to slice the temporary variables only? #22

Closed yanshuang16 closed 3 years ago

yanshuang16 commented 6 years ago

I would like to do a slice of the global variables and the definition of the variable is not in this parsed file, can your tool be implemented?

cnewman commented 6 years ago

Yea, this behavior can be implemented. It might already partially be implemented.

I'm currently moving and have no internet besides my phone. I will address this more fully in a couple days once my network is up.

Sorry for the needed delay.

Christian

yanshuang16 commented 6 years ago

Thank you very much for your reply, if you can, I hope you can tell me the specific steps, how to slice both the global variables and local variables.

Hanseltu commented 1 year ago

Hi,

I am also interested in only slicing the global variables. May I ask how can I do this? Thanks!

Best, Haoxin