Skip to content

Refactor operations to be on String #664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Apr 19, 2023
Prev Previous commit
Merge branch 'main' into string_refactor
  • Loading branch information
milseman authored Apr 19, 2023
commit 86b778bf8b38aac1a8d01192f633ee9cb546a41b
1 change: 0 additions & 1 deletion Sources/_StringProcessing/Engine/Processor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ extension Processor {
currentPosition < end ? input[currentPosition] : nil
}


// MARK: Match functions
//
// TODO: refactor these such that `cycle()` calls the corresponding String
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.