davenverse / gato-parsec   0.0.4

MIT License Website GitHub

Generalized attoparsec with cats

Scala versions: 2.13 2.12 2.11

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>"
)