Kestrel Interface
Loading...
Searching...
No Matches
kest_expr_parser.h
Go to the documentation of this file.
1#ifndef KEST_PARSE_EXPR_H_
2#define KEST_PARSE_EXPR_H_
3
4#define SUMSUB_PRECEDENCE 10
5#define MULDIV_PRECEDENCE 20
6#define UNARY_PRECEDENCE 30
7#define POWER_PRECEDENCE 40
8
10
11#endif
kest_expression * kest_parse_expression(kest_eff_parsing_state *ps, kest_token_ll *tokens, kest_token_ll *tokens_end)