ollef / Earley

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

Fix examples #29

Closed dagit closed 8 years ago

dagit commented 8 years ago

Thanks for making this package. I wanted to try out the examples and noticed that two of them didn't compile:

ollef commented 8 years ago

Drat! I could have sworn I tested the examples, but apparently that's not true.

Many thanks for fixing this! :)