Skip to content

Commit c5db717

Browse files
authored
Update ProposalOverview.md
1 parent 2e80ced commit c5db717

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/Evolution/ProposalOverview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33

44
## Regex Type and Overview
55

6-
- [Pitch](https://forums.swift.org/t/pitch-regex-type-and-overview/56029)
7-
- Proposal: To-be-scheduled
6+
- [Proposal](https://github.com/apple/swift-evolution/blob/main/proposals/0350-regex-type-overview.md), [Thread](https://forums.swift.org/t/se-0350-regex-type-and-overview/56530)
7+
- [Pitch thread](https://forums.swift.org/t/pitch-regex-type-and-overview/56029)
88

99
Presents basic Regex type and gives an overview of how everything fits into the overall story
1010

1111

1212
## Regex Builder DSL
1313

14+
- [Proposal](https://github.com/apple/swift-evolution/blob/main/proposals/0351-regex-builder.md), [Thread](https://forums.swift.org/t/se-0351-regex-builder-dsl/56531)
1415
- [Pitch thread](https://forums.swift.org/t/pitch-regex-builder-dsl/56007)
1516

1617
Covers the result builder approach and basic API.
1718

1819

1920
## Run-time Regex Construction
2021

21-
- Pitch thread: [Regex Syntax](https://forums.swift.org/t/pitch-regex-syntax/55711)
22+
- [Pitch](https://github.com/apple/swift-experimental-string-processing/blob/main/Documentation/Evolution/RegexSyntaxRunTimeConstruction.md)
23+
- (old) Pitch thread: [Regex Syntax](https://forums.swift.org/t/pitch-regex-syntax/55711)
2224
+ Brief: Syntactic superset of PCRE2, Oniguruma, ICU, UTS\#18, etc.
2325

2426
Covers the "interior" syntax, extended syntaxes, run-time construction of a regex from a string, and details of `AnyRegexOutput`.
2527

26-
Note: The above pitch drills into the syntax, the revised pitch including two initializers and existential details is still under development.
27-
2828
## Regex Literals
2929

3030
- [Draft](https://github.com/apple/swift-experimental-string-processing/pull/187)

0 commit comments

Comments
 (0)