metaparse/doc/getting_started_27.qbk
2015-09-05 16:11:18 +02:00

5 lines
186 B
Plaintext

[#getting_started_27]
using exp_parser17 = build_parser< foldl_start_with_parser< sequence<one_of<plus_token, minus_token>, mult_exp3>, mult_exp3, boost::mpl::quote2<binary_op> > >;