evalexpr/src/parse
Bruno BELANYI 793a6c6f6f evalexpr: parse: reorder operator table
This change, by not breaking anything, shows that the order of the table
*probably* does not matter to the parsing code.

This also enables a future refactoring to only use the parts of the
tables that are *actually* needed, such as isolating the prefix, infix,
or postfix operators when using the table to check a subset of them
2020-11-02 16:13:33 +01:00
..
climbing_parse.c evalexpr: parse: reorder operator table 2020-11-02 16:13:33 +01:00
operators.inc evalexpr: parse: add precedence climbing parser 2020-11-02 15:48:29 +01:00
parse.h evalexpr: parse: add precedence climbing parser 2020-11-02 15:48:29 +01:00
recursive_parse.c evalexpr: introduce single op_kind enum 2020-11-02 16:13:33 +01:00