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

Make compilable with GHC 7.8 #3

Closed phadej closed 9 years ago

phadej commented 9 years ago

I used CPP so it compiles without warnings with both GHC 7.10 and 7.8

As a bonus, you could setup travis ci (IIRC I originally copied it from containers package)

And also added stuff to .gitignore

ollef commented 9 years ago

This is excellent. Big thanks! I'll get the Hackage package updated later today.