Allow (and parse) inputs like (123 * 75) + ((234 + 345)* 25) for easier boxes input. Maybe there's some kind of library to parse these? You should modify the `parse_input` function from [interfaces.ts](https://github.com/Kenivia/Honing-Forecast/blob/main/frontend/Utils/Interfaces.ts)
Allow (and parse) inputs like (123 * 75) + ((234 + 345)* 25) for easier boxes input. Maybe there's some kind of library to parse these?
You should modify the
parse_inputfunction from interfaces.ts