9 Commits

Author SHA1 Message Date
Kasper
febd5366e8 Turned panics into errors 2020-01-15 17:45:53 +01:00
Kasper
3c53a22cfc Support for 6'4" syntax 2020-01-13 03:35:54 +01:00
Kasper
02e74806e1 Support for using "in" as To operator (like "5in in cm") 2020-01-12 03:03:26 +01:00
Kasper
6ac025850d Added implicative multiplication, like 2pi 2020-01-06 18:50:33 +01:00
Kasper
73823cbbce Lowered precedence of unary minus operator (-10% now works)
Previously the unary minus operator would have higher precedence than ! and %, meaning -10% and -10! would not work
2020-01-05 18:14:28 +01:00
Kasper
5286bec0dd Evaluation of multiply, divide, modulo, caret, percent, factorial 2019-12-23 01:24:15 +01:00
Kasper
8fcd76a098 Evaluation of plus and minus 2019-12-22 21:35:58 +01:00
Kasper
a4db9df058 Added units 2019-12-21 16:49:37 +01:00
Kasper
3587cb94a9 Added parser with most things supported 2019-12-15 20:27:17 +01:00