Skip to content

getnelson/ermine-parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ermine Parser

Build Status Maven Central

A parser combinator library for Scala, based on the Trifecta library for Haskell.

The main features of Trifecta is that it provides good error messages. When a parser fails, it can report the failure location in the source, along with a message indicating what the failure was, including suggestions for how the source could be modified to fix the error.

It is reasonably fast, and stack safe.

About

Parser combinator library in Scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%