Closed arporter closed 7 years ago
Habakkuk fails to store the array-index expression when it is enclosed within parentheses, e.g.:
a((i+j)) = 2.0*b(i)
Requesting the full_name of the node representing the LHS of this expression just returns "a()".
full_name
Accidentally did this work on the master branch. I've therefore deleted that initial commit, created the array_ref_parentheses branch and re-done the work on there.
array_ref_parentheses
PR #39 merged to master.
Habakkuk fails to store the array-index expression when it is enclosed within parentheses, e.g.:
Requesting the
full_name
of the node representing the LHS of this expression just returns "a()".