Skip to content

Commit

Permalink
Remove any mention of specific Swift version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kareman committed Aug 11, 2022
1 parent 7250f50 commit c778b7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@ iOSInjectionProject/
default.profraw
*.xcodeproj
#Playground/MyPlayground.playground/

.swift-version
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

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


# Patterns

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).
Expand Down

0 comments on commit c778b7d

Please sign in to comment.