lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 156 forks source link

Add looping over dictionaries and sets #2710

Closed advikkabra closed 5 days ago

advikkabra commented 1 month ago

Add for .. in .. looping over dictionaries and sets. Implemented for linear probing and separate chaining for dictionaries, only linear probing for sets.