Skip to content

Handle lexing string escape sequences. #7

@profan

Description

@profan

Right now... well, we don't.

This should parse:

some_string = "hello, world wat = \" wo\\\"wat\\\" w \""
print(some_string)

and print:

hello, world wat = " wo\"wat\" w "

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions