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

Add unit tests for advanced string algorithms

natecook1000 opened this issue · comments

We're migrating a lot of Processor's matching/consuming methods to String so that we can fuse string-specific operations together. We should have unit tests for these as we discover the right patterns for this.