Yaramod successfully parses the following regular expressions even though they are invalid. ``` /[/]/ /[/][/]/ /[/a][/b]/ ``` We report error in such cases.