Jakz / retro8

PICO-8 implementation with SDL2/SDL1.2 and RetroArch back-ends
GNU General Public License v3.0
250 stars 30 forks source link

compound operators not working with subvariable accessors #2

Closed Jakz closed 4 years ago

Jakz commented 4 years ago

Code like v.x += 5 is not working because parsing must handle both sides of v.x differently

Jakz commented 4 years ago

solved