cpdef p_opt_string_literal(PyrexScanner s)
cpdef p_string_literal(PyrexScanner s)
cpdef p_list_maker(PyrexScanner s)
-cpdef p_list_iter(PyrexScanner s, body)
-cpdef p_list_for(PyrexScanner s, body)
-cpdef p_list_if(PyrexScanner s, body)
+cpdef p_comp_iter(PyrexScanner s, body)
+cpdef p_comp_for(PyrexScanner s, body)
+cpdef p_comp_if(PyrexScanner s, body)
cpdef p_dict_or_set_maker(PyrexScanner s)
cpdef p_backquote_expr(PyrexScanner s)
cpdef p_simple_expr_list(PyrexScanner s)