transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

PHP parser unable to understand single qoutes (')

Open Newbytee opened this issue 4 years ago • 0 comments

In PHP, single quotes (') can be used to declare strings that PHP will not look for variables or escapes inside. transpiler does not seem to support these as it gets confused and refuses to transpile when I use them in my code.

Example:

print('I like single quotes');

Newbytee avatar Dec 08 '19 20:12 Newbytee