Commit Graph

2 Commits

Author SHA1 Message Date
lyken 4318f8de84
standalone: improve src/assignment.py 2024-08-29 10:33:58 +08:00
lyken fb9fe8edf2 core: reimplement assignment type inference and codegen
- distinguish between setitem and getitem
- allow starred assignment targets, but the assigned value would be a tuple
- allow both [...] and (...) to be target lists
2024-08-05 19:30:48 +08:00