- Notifications
You must be signed in to change notification settings - Fork 50
Pull requests: swiftlang/swift-experimental-string-processing
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Add DSL support for backreferences.
#148 by rxwei was merged Feb 22, 2022 Loading… updated Feb 22, 2022
Store integer registers in SavePoint
#181 by natecook1000 was merged Feb 24, 2022 Loading… updated Feb 24, 2022
Simplify Capture and DynamicCaptures storage
#177 by milseman was merged Feb 24, 2022 Loading… updated Feb 24, 2022
Generic
Reference type and match result subscript #182 by rxwei was merged Feb 24, 2022 Loading… updated Feb 24, 2022
Internalize some decls and some testing infrastructure
#189 by milseman was merged Feb 26, 2022 Loading… updated Feb 26, 2022
[gardening] Cleanup/simplify Executor codepaths
#190 by milseman was merged Feb 26, 2022 Loading… updated Feb 26, 2022
Quick bug fix / workaround for whole-match values
#191 by milseman was merged Feb 27, 2022 Loading… updated Feb 27, 2022
build: add a CMake based build
#125 by compnerd was merged Feb 28, 2022 Loading… updated Feb 28, 2022
Change script property default to use Script Extension
#195 by hamishknight was merged Mar 2, 2022 Loading… updated Mar 2, 2022
Add CustomRegexComponent example
#196 by natecook1000 was merged Mar 2, 2022 Loading… updated Mar 2, 2022
Document specially integrated modules and integration process.
#170 by rxwei was merged Mar 2, 2022 Loading… updated Mar 2, 2022
Support text segment boundary anchors
#178 by natecook1000 was merged Mar 3, 2022 Loading… updated Mar 3, 2022
Tweak a few generic signatures to work around a bug in the Requirement Machine
#199 by slavapestov was merged Mar 8, 2022 Loading… updated Mar 8, 2022
Rename
RegexMatch to MatchResult. #205 by rxwei was merged Mar 14, 2022 Loading… updated Mar 14, 2022
Rename
Match and MatchResult to Output and Regex.Match. #221 by rxwei was merged Mar 21, 2022 Loading… updated Mar 21, 2022
Replace
DynamicCaptures with AnyRegexOutput. #222 by rxwei was merged Mar 21, 2022 Loading… updated Mar 21, 2022
Pitch: String processing algorithms
#188 by itingliu was merged Mar 22, 2022 Loading… updated Mar 22, 2022
Avoid conforming String to Error in this module
#229 by harlanhaskins was merged Mar 28, 2022 Loading… updated Mar 28, 2022
Rename _MatchingEngine to _RegexParser and fix CMake.
#232 by rxwei was merged Mar 29, 2022 Loading… updated Mar 29, 2022
ProTip! Exclude everything labeled
bug with -label:bug.