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

Tasty #5

Closed phadej closed 9 years ago

phadej commented 9 years ago

Quite good coverage even using just Expr example. Unfortunately, I don't have good ideas what one should test.

Building examples in CI catches some silly errors too. Added them behind the cabal flag.

phadej commented 9 years ago

Looks like tasty doesn't work with current GHC head, cannot help that :(

ollef commented 9 years ago

Thanks again! I'll see if I can come up with some more tests to increase the coverage. :)