Skip to content

Consider refactoring string escape errors #288

@dmarcotte

Description

@dmarcotte

We currently have some code in Lexer specifically designed to serve validating string escapes and reporting precisely located errors on bad escapes (for instance, here). This works well and has not caused problems, so likely it does not need attention, but it worth calling out that the new sublocation utilities implemented in #286 may allow for a cleaner approach to this now. If/when the current approach causes problems, we should consider this refactor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions