You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-------- Message d’origine --------
De : Ralf Treinen <[email protected]>
Envoyé : 30 mai 2018 10:35:17 GMT+02:00
À : colis-anr/shstats <[email protected]>
Cc : Subscribed <[email protected]>
Objet : [colis-anr/shstats] identifier Analyzer: should recognize variables of for loops (#8)
there is a third case of identifiers that should be recognized: variables that are only assigned
by the iteration of a for loop.
assignement to loop variables does not appear as assignement word in the concrete syntax tree, so this wasn't a good idea. And the detection of for loops is already covered by the structure analyzer. However detection of special buildins concerning variables should go here, as suggested by Nicolas.
the parameter analyser (previously known as dollar analyser) keeps track of the loop variables of for loops, and filters them out when looking for occurences of non-expanded variables.
there is a third case of identifiers that should be recognized: variables that are only assigned
by the iteration of a for loop.
The text was updated successfully, but these errors were encountered: