Toml has array sections:
which parses to the same thing as:
(confirm)
I don't want to tokenize runs of two brackets separately because they occur with their normal meaning elsewhere, e.g., nested array literals: x = [[1,2,3], [4,5,6]] so they will have to be parsed.