Tyler-Keith-Thompson / CucumberSwiftExpressions

A library for parsing Cucumber expressions written in Swift

Home Page:https://tyler-keith-thompson.github.io/CucumberSwiftExpressions/documentation/cucumberswiftexpressions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Pod Platform Pod Version Codacy Badge

CucumberSwiftExpressions

Cucumber supports expressions, a custom alternative to regular expressions. This is a supplemental library for CucumberSwift that can parse these expressions.

It is possible to use this as a standalone library for parsing Cucumber expressions with Swift. Check out our docs for more info.

Attributions

Cucumber Expressions grammar and implementation information came from cucumber-expressions.

This static website allowed me to play with weird edge cases to see expected behavior and correct regex outputs.

About

A library for parsing Cucumber expressions written in Swift

https://tyler-keith-thompson.github.io/CucumberSwiftExpressions/documentation/cucumberswiftexpressions/

License:MIT License


Languages

Language:Swift 93.3%Language:Ruby 6.7%