Skip to content

Commit

Permalink
Readme: Add link to Swift 2.0 version.
Browse files Browse the repository at this point in the history
Could not find a way to create a relative link to a different branch.
  • Loading branch information
kareman committed Jun 30, 2015
1 parent bf1ddaa commit f6cda84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_This is the **Swift 1.2** version (Xcode 6.3). Go [here](https://github.com/kareman/FootlessParser/tree/Swift2.0) for Swift 2.0 (Xcode 7)._

# FootlessParser

FootlessParser is a simple and pretty naive implementation of a parser combinator in Swift. It enables infinite lookahead, non-ambiguous parsing with error reporting.
Expand Down

0 comments on commit f6cda84

Please sign in to comment.