Skip to content

Commit 9497168

Browse files
authored
Merge pull request swiftlang#230 from rxwei/remove-operators
Remove operators from regex builder.
2 parents f66e8be + 656f24b commit 9497168

File tree

4 files changed

+31
-498
lines changed

4 files changed

+31
-498
lines changed

Sources/RegexBuilder/DSL.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ public struct Repeat<Output>: _BuiltinRegexComponent {
165165
// Variadics.swift.
166166
}
167167

168-
postfix operator .?
169-
postfix operator .*
170-
postfix operator .+
171-
172168
// MARK: Alternation
173169

174170
// TODO: Variadic generics

0 commit comments

Comments
 (0)