Help for this page
list: '(' item(s) ')' { $item[2] } item: list <commit> { $item[1] } | word word: / (?: [^()\\] | \\ . )+ /x