radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
23 stars 2 forks source link

[BUG]: Slicing issue #114

Closed Almas-Ali closed 2 months ago

Almas-Ali commented 2 months ago

Describe the bug Slicing is not working correctly every time.

Screenshots or Code snippets An example for slicing test. tests/slicings.rn

Additional context Also a reverse slicing issue exists #42 Also want to merge this into operator overloading, so this will also be accessible by classes.

Almas-Ali commented 2 months ago

Nested slicing is not supporting. For example in stdlib/Universe.rn line:10 we have implemented based slicing but if you try using words[i][j], it will crash.