Skip to content

PHP parser unable to understand single qoutes (') #40

Description

@Newbytee

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');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions