ribrdb / desynced-tools

Tools for working with behaviors and blueprints from Desynced.
MIT License
4 stars 3 forks source link

Constant inlining & evaluate math ops of constants #59

Closed swazrgb closed 5 months ago

swazrgb commented 5 months ago

Inline constant expressions (declared with the const keyword) instead of emitting a variable if possible.

swazrgb commented 5 months ago

Fixes #58