Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 776 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 776 Bytes

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.