rebcabin / masr

Meta ASR: replacement for aging ASDL
MIT License
4 stars 0 forks source link

dependencies: what kind of collection of identifiers? #8

Open rebcabin opened 1 year ago

rebcabin commented 1 year ago

I already have spec'ced identifier-set (unordered, no duplicates allowed), identifier-list, (ordered, duplicates allowed), and identifier-suit (ordered, no dupes).

What kind of collection is the dependencies field in Variable?

certik commented 1 year ago

It's identifier-set. Unordered, no duplicates allowed. In addition, it can only list members of the current symbol table, no parents or siblings.

rebcabin commented 1 year ago

reopening as documentation reminder as requested by @certik