Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 323 Bytes

Gherking parser and pretty printer for Haskell

Parser and pretty printer for the Gherkin language used by Cucumber [http://cukes.info/]

Building

To build and test execute the normal cabal steps

cabal configure --enable-test
cabal build
cabal test