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

Implement list using listLike #33

Closed tomjaguarpaw closed 7 years ago

tomjaguarpaw commented 7 years ago

I didn't bother testing this myself. I'm just going to let Travis do the job.

tomjaguarpaw commented 7 years ago

This fixes https://github.com/ollef/Earley/issues/32

ollef commented 7 years ago

Thanks!