bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

The `-=` operator causes the RHS to not be parsed correctly #184

Closed adam-coster closed 1 year ago

adam-coster commented 1 year ago

For example:

For HELLO_WORLD = some_variable, some_variable is properly referenced.

For HELLO_WORLD -= some_variable, some_variable is unknown