Currently, only `"` can be used for string literals, ex. ``` "Hello, World!" ``` `'` should also be allowed, ex. ``` 'Hello, World!' ```
Currently, only
"can be used for string literals, ex.'should also be allowed, ex.