Skip to content

Commit c778b7d

Browse files
committed
Remove any mention of specific Swift version
This project is not so cutting edge anymore that it only works with the latest Swift versions. Also ignore `.swift-version`, so it still can be used locally.
1 parent 7250f50 commit c778b7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,5 @@ iOSInjectionProject/
124124
default.profraw
125125
*.xcodeproj
126126
#Playground/MyPlayground.playground/
127+
128+
.swift-version

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<p align="center">
2-
<a href="https://developer.apple.com/swift/">
3-
<img src="https://img.shields.io/badge/Swift-5.3-orange.svg?style=flat" alt="Swift 5.3">
4-
</a>
52
<a href="https://github.com/apple/swift-package-manager">
63
<img src="https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg" alt="SPM">
74
</a>
5+
<img src="https://img.shields.io/badge/Linux-compatible-brightgreen" alt="Linux">
86
</p>
97

8+
109
# Patterns
1110

1211
Patterns is a Swift library for Parser Expression Grammars (PEGs). It can be used to create expressions similar to regular expressions (like regex’es) and grammars (for parsers).

0 commit comments

Comments
 (0)