SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Implement slice subscription and assignment #197

Closed codingpotato closed 2 years ago

codingpotato commented 2 years ago

Fix #168

examples/seedpython/scripts/slice.py and examples/seedpython/scripts/sorting/merge_sort.py can be run by SeedLang.Shell except i = j = k = 0 is not support now (will submit another issue for that).

codingpotato commented 2 years ago

The float number and crash issues have been fixed. Please have a review again.