mojo icon indicating copy to clipboard operation
mojo copied to clipboard

[Feature Request] Python set literal syntax is unsupported

Open mehrdada opened this issue 1 year ago • 1 comments

Python set literal syntax {1,2,3} is not parsed in Mojo🔥. (It tries to interpret it as dictionary and expects a colon)

mehrdada avatar May 04 '23 03:05 mehrdada

Related FR for sets https://github.com/modularml/mojo/issues/181

Mogball avatar May 18 '23 15:05 Mogball