evalexpr/src
Bruno BELANYI 32d17134cd evalexpr: parse: parse operand more correctly
I noted that the `right_prec` and `next_prec` functions taking a
character only work because prefix operators come after infix operators
in the table. We should compare the *actual* operator kind, which would
probably need a single operator enum to make sure there are no
collisions.
2020-11-02 15:48:30 +01:00
..
ast evalexpr: initial recursive descent parser 2020-10-28 15:40:57 +01:00
eval evalexpr: initial recursive descent parser 2020-10-28 15:40:57 +01:00
parse evalexpr: parse: parse operand more correctly 2020-11-02 15:48:30 +01:00
evalexpr.c evalexpr: allow choosing parser at build time 2020-11-02 15:48:30 +01:00