swiftlang / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better preserve scalar syntax in DSL transform

hamishknight opened this issue · comments

We currently transform a\u{301} into:

Regex {
  ""
}

we ought to try and preserve the \u{301} syntax the user wrote.