Commit Graph

2 Commits

Author SHA1 Message Date
283eaa1ebe Add index assignment and augmented assignment
This allows for syntax like `foo['a'] = 1` and more complex assignments
like `foo.bar()[a() + b()] += 1`

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-18 22:03:10 -07:00
e8461cd58b Add map tests
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-10-15 19:02:55 -07:00