[#getting_started_15] using exp_parser11 = build_parser< foldl_start_with_parser< sequence, /* apply this parser repeatedly */ int_token, /* use this parser to get the initial value */ boost::mpl::quote2 /* use this function to add a new value to the summary */ > >;