list slicing support #49

Closed
opened 2021-10-03 17:25:52 +08:00 by sb10q · 1 comment
def run() -> int32:
    x = [1, 2]
    x[0:1]
    return 0
thread '<unnamed>' panicked at 'not implemented', nac3core/src/codegen/expr.rs:711:25
```python def run() -> int32: x = [1, 2] x[0:1] return 0 ``` ``` thread '<unnamed>' panicked at 'not implemented', nac3core/src/codegen/expr.rs:711:25 ```
Poster
Owner

done

done
sb10q closed this issue 2022-02-25 18:24:01 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#49
There is no content yet.