parse_compound
element->children = parse_compound(&cursor, end, 1);
element->children = parse_compound(&cursor, end, 0);
element->children = parse_compound(&cursor, end, 1);
static struct element *parse_compound(struct token **_cursor, struct token *end,