Home
last modified time | relevance | path

Searched refs:DEF_RULE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dgrammar.h128 DEF_RULE(del_stmt, c(del_stmt), and(2), tok(KW_DEL), rule(exprlist))
129 DEF_RULE(pass_stmt, c(generic_all_nodes), and(1), tok(KW_PASS))
131 DEF_RULE(break_stmt, c(break_cont_stmt), and(1), tok(KW_BREAK))
132 DEF_RULE(continue_stmt, c(break_cont_stmt), and(1), tok(KW_CONTINUE))
134 DEF_RULE(yield_stmt, c(yield_stmt), and(1), rule(yield_expr))
246 DEF_RULE(or_test, c(or_and_test), list, rule(and_test), tok(KW_OR))
250 DEF_RULE(comparison, c(comparison), list, rule(expr), rule(comp_op))
255 DEF_RULE(star_expr, c(star_expr), and(2), tok(OP_STAR), rule(expr))
256 DEF_RULE(expr, c(binary_op), list, rule(xor_expr), tok(OP_PIPE))
261 DEF_RULE(arith_expr, c(term), list, rule(term), rule(arith_op))
[all …]
A Dparse.c65 #undef DEF_RULE
73 #undef DEF_RULE
90 #undef DEF_RULE
98 #undef DEF_RULE
119 #undef DEF_RULE
125 #undef DEF_RULE
145 #undef DEF_RULE
150 #undef DEF_RULE
168 #undef DEF_RULE
174 #undef DEF_RULE
[all …]
A Demitinlinethumb.c40 #define DEF_RULE(rule, comp, kind, ...) PN_##rule, macro
43 #undef DEF_RULE
47 #define DEF_RULE(rule, comp, kind, ...) macro
50 #undef DEF_RULE
A Dcompile.c48 #define DEF_RULE(rule, comp, kind, ...) PN_##rule, macro
51 #undef DEF_RULE
55 #define DEF_RULE(rule, comp, kind, ...) macro
58 #undef DEF_RULE
2798 #define DEF_RULE(rule, comp, kind, ...) comp, macro
2802 #undef DEF_RULE

Completed in 16 milliseconds