dbaumgarten / yodk

Development Kit for Starbase's ingame programming language YOLOL
MIT License
57 stars 16 forks source link

^= does not work #80

Closed lizelive closed 3 years ago

lizelive commented 3 years ago

Describe the bug ^= is a in game operator but language does not support it

Example code

:x^=2

Ingame results :x=x^2

Yodk results compiler error

Additional context Add any other context about the problem here.

dbaumgarten commented 3 years ago

Good find. Interesting that nobody noticed this before.

dbaumgarten commented 3 years ago

Fixed as part of v0.1.7