Skip to content

runarorama/scarpia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scarpia

Scarpia is a port of the Parsec parser combinator library to Scala.

Parsec is an industrial-strength parser library. It is simple, safe, well documented, has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type.

Scarpia is designed to be a faithful port of Parsec, while taking advantage of Scala features such as first-class modules.

About

A Scala port of the Parsec parser combinator library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages