lcompilers / lpython

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

Add a method to create an empty set #2736

Open advikkabra opened 1 week ago

advikkabra commented 1 week ago

Right now, there is no easy way to create an empty set, and set() has not been implemented yet. This initializes set types as an empty set. It can be a temporary or permanent change.