A simple mathematic evaluator. It supports four operators (*/+-), but not brackets. It also doesn't support any functions. There's no error detection, so make sure your input is in a valid format. Please let me know if it made a mistake. Only 142 blocks?
This follows BEDMAS/PEMDAS.