1[#getting_started_31] 2 3 using lparen_token = token<lit_c<'('>>; 4 using rparen_token = token<lit_c<')'>>; 5 6