Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove outdated text about Swift 5.3 and Xcode 12 beta. 

Remove section about Swift Playground, as that is not currently working. 

And that image is maybe a bit too weird.
  • Loading branch information
kareman authored Aug 11, 2022
1 parent 5f78b02 commit 925782e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ Patterns is a Swift library for Parser Expression Grammars (PEGs). It can be use

For general information about PEGs, see [the original paper](https://dl.acm.org/doi/10.1145/982962.964011) or [Wikipedia](https://en.wikipedia.org/wiki/Parsing_expression_grammar).

![Example of using Patterns in a playground](Playground-screenshot.png)

To try out Patterns in a playground, open Playground/Playground.xcworkspace in Xcode (does not work in Xcode 12 beta 5 or earlier).

### Note

Patterns requires Swift 5.3, which is currently in beta. If using Xcode, version 12 (also in beta) is required.

## Example

```swift
Expand Down

0 comments on commit 925782e

Please sign in to comment.