TL;DR
Give the number box the ability to parse simple math equations and hex numbers.What ?
When using combinators you often need to add some constant:![Image](https://i.imgur.com/yOV3YNz.jpeg)
It would be useful if we could set numbers like "80*8+4", press enter and have the game automatically convert it to 644.
Same thing for hex numbers, would be nice to just write 0xFFFF and have it converted to 65535. Would be very useful for bit operations.