Open matteasu opened 10 months ago
Thanks for the report! Are you analyzing this in TS or JS? I would suggest using the pattern matching features of Rascal, and then export the analysis result to JSON.
I'll try and fix this issue on Monday. Please keep reporting, this is very helpful!
Are you analyzing this in TS or JS?
I export the JSON from Rascal and then process it using Python
I'll try and fix this issue on Monday. Please keep reporting, this is very helpful!
Thanks!
Setup:
Given a simple C program, such as:
Similar to issue #69, but this time, it regards the type of variables that may be defined inside a program