according to the grammar, all of the following are invalid queries: ``` foo // comment ``` ``` foo /* comment */ [bar] ```` ``` /* comment */ foo ``` ``` foo[ // comment bar] ```