Gusarich / housify

Housify is an advanced programming language and compiler specifically designed for Hypixel Housing
MIT License
3 stars 0 forks source link

Optimizations #28

Open Gusarich opened 1 month ago

Gusarich commented 1 month ago

Currently the compiler generates not optimal output, which can lead to troubles due to limits of Housing.

Gusarich commented 1 month ago

I thought of defining a bunch of optimization rules that will run repeatedly on generated actions list trying to apply them. But I'm not sure if this approach will fit our needs and I'll probably have to read more about optimizations.