[#getting_started_37] using unary_exp3 = foldr_start_with_parser< minus_token, primary_exp3, boost::mpl::lambda>::type >; using mult_exp6 = foldl_start_with_parser< sequence, unary_exp3>, unary_exp3, boost::mpl::quote2 >; struct plus_exp3 : foldl_start_with_parser< sequence, mult_exp6>, mult_exp6, boost::mpl::quote2 > {}; using exp_parser20 = build_parser;