Skip to content

Preserve scalar syntax in DSL conversion #564

Closed
@hamishknight

Description

@hamishknight

When attempting to convert /\u{B4}/ to the DSL, you get:

let r = Regex {
  "´"
}

we ought to try and preserve the users original syntax and use \u{B4} instead.

Metadata

Metadata

Assignees

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