Lonami / pyndustric

A Python compiler for Mindustry's logic processors assembly language
MIT License
48 stars 9 forks source link

What does complex assigment mean? #53

Closed Leo-MathGuy closed 1 year ago

Lonami commented 1 year ago

It depends on your code, but it's essentially a compiler limitation (the compiler doesn't know to compile certain assignments yet, because the code to do that has not been implemented).

I'm going to close this as it's just a question but if you would like the compiler to support a certain (particular, concrete) assignment, don't hesitate to open another issue.

Leo-MathGuy commented 1 year ago

It was just that i did link.enabled = true instead of link.enabled(true)