mindcode icon indicating copy to clipboard operation
mindcode copied to clipboard

A high level language for Mindustry Logic and Mindustry Schematics.

Results 13 mindcode issues
Sort by recently updated
recently updated
newest added

This one is very optional, it's kind of an idea for a side project. How about you create a tool where you paste in MLOG (compiled) and get (very bad)...

When the compiler (or previous optimization steps in this case) outputs this MLOG ``` print "Reactor " print 1 print " in emergency shutdown mode\n" ``` The optimizer should condense...

Hi. I wanted to contribute a working example if you wanted to play with the optimization of someone else's big code. ![image](https://github.com/user-attachments/assets/4e385af8-bdec-401b-b03d-8cb40cc9c59f) My current code for this is as follows...