mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 20:41:12 +01:00
69761389ff
It was found to be semantically advantageous to directly pass-through certain operators such as the assignment (`=`) and array index (`[]`) operators. These would require a dereference prior to their usage otherwise but now can be directly used.