boost/libs/metaparse/doc/getting_started_20.qbk

5 lines
186 B
Plaintext
Raw Normal View History

2018-01-12 21:47:58 +01:00
[#getting_started_20]
using exp_parser13 = build_parser< foldl_start_with_parser< sequence<one_of<plus_token, minus_token>, int_token>, int_token, boost::mpl::quote2<binary_op> > >;