1[#getting_started_33] 2 3 #include <boost/metaparse/middle_of.hpp> 4 using paren_exp2 = middle_of<lparen_token, plus_exp1, rparen_token>; 5 6