Skip to content

go_string parsing doesn't handle multi-character escape sequences #593

Description

@lredlin

The go_string parsing ideally should handle escape sequences the same way Go does (https://go.dev/blog/strings describes this). Single escape cases are straightforward to parse, but handling multiple escapes seems to be harder because there are more branches to handle which puts pressure on rocq's recursion handling when trying to prove lemmas.

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