Tags: itingliu/swift-experimental-string-processing
Tags
Merge pull request swiftlang#98 from hamishknight/time-and-place
Rename 'greedy' to 'eager' and 'modern syntax' to 'experimental synta… …x' (swiftlang#89) * Rename 'modern' to 'experimental' * Rename 'greedy' to 'eager'
Merge pull request swiftlang#84 from rxwei/capture-structure-buffer Add parameters to parser interface for returning the capture structure.
ParseableInterface test failure workaround (swiftlang#73) Disables `RangeReplaceableCollection` conformance for now until we find a way to declare a conformance without triggering swiftlang#73.