Don't require doublequotes around string and character literals. This will allow the GQL grammar file to be processed as-is with rules like ``` <ampersand> ::= & ``` ``` <binary digit> ::= 0 | 1 ```