private function lexInlineSequence(int &$cursor = 0) : string { return $this->lexInlineStructure($cursor, ']'); }