We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ExplicitDeallocate.vars
symbol *
This tripped up my abstract-evaluator:
The ASR spec says:
;; | ExplicitDeallocate(symbol* vars)
but the reality is that vars is a vector of even length: [<stid> <symbol>, ...], where stid is an integer global symbol-table id:
vars
[<stid> <symbol>, ...]
stid