5 lines
215 B
Plaintext
5 lines
215 B
Plaintext
[#getting_started_5]
|
|
|
|
using exp_parser7 = build_parser< sequence< int_token, /* The first <number> */ repeated<sequence<plus_token, int_token>> /* The "+ <number>" elements */ > >;
|
|
|