ollef / Earley

Parsing all context-free grammars using Earley's algorithm in Haskell.
BSD 3-Clause "New" or "Revised" License
363 stars 24 forks source link

A test suite is needed to prevent breaking changes #4

Closed ollef closed 9 years ago

phadej commented 9 years ago

I can make a basic setup using http://hackage.haskell.org/package/tasty

ollef commented 9 years ago

That would be much appreciated. Tasty is what I had in mind as well.

ollef commented 9 years ago

Fixed by e459a2d6fd5957e511887fcddc696b66646414a6.

phadej commented 9 years ago

You're welcome! Now I convinced myself I can use this in production. Let's see if I can convince my teammates :)