Skip to content

davenverse/gato-parsec

Repository files navigation

gato-parsec - Generalized atto-parsec with cats Build Status Maven Central Code of Consuct

Quick Start

To use gato-parsec in an existing SBT project with Scala 2.12 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "gato-parsec" % "<version>"
)