Spawning from #2
https://github.com/adsharma/py2many/blob/main/tests/cases/bubble_sort.py fails with
Node of type '<class '_ast.Tuple'>' is not fully supported
https://github.com/adsharma/py2many/blob/main/tests/cases/dict.py fails with
Node of type '<class '_ast.Dict'>' is not fully supported
We dont have a separate test case for sets, but {1, 2, 3, 4} also fails with
Node of type '<class '_ast.Set'>' is not fully supported
Spawning from #2
https://github.com/adsharma/py2many/blob/main/tests/cases/bubble_sort.py fails with
https://github.com/adsharma/py2many/blob/main/tests/cases/dict.py fails with
We dont have a separate test case for sets, but
{1, 2, 3, 4}also fails with