{
name = "new"
sub_name = "SUBTITLE"
values = { 1, 2, 3; }
input_values = { 1, 2, 3;
5, 5, 6
10, 12, 3}
type = input
intval = 100
}
Can some one help me to write the parser for the above format?
I am trying something like below and this doesn’t seem to work for me.
template <typename Iterator>
struct keys_and_values
: qi::grammar