pratt/src
Bruno BELANYI 399150be15 pratt: operators: unary minus loses to power
This is to make it work in accordance with python which gives us:
`assert -2 ** 2 == -4`
2020-11-08 19:03:24 +01:00
..
eval.c pratt: eval: add exponentiation operator 2020-11-08 18:42:53 +01:00
eval.h pratt: add parser 2020-11-08 18:42:53 +01:00
operators.inc pratt: operators: unary minus loses to power 2020-11-08 19:03:24 +01:00
pratt.c pratt: add parser 2020-11-08 18:42:53 +01:00