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

Change Prod's Monoid & Semigroup instances #41

Closed ollef closed 5 years ago

ollef commented 5 years ago

Fixes #39.

ollef commented 5 years ago

Good idea, @sboosali, cheers!