mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-04 18:38:59 +03:00
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.