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

expose internals of Text.Earley.Parser #9

Closed sboosali closed 9 years ago

sboosali commented 9 years ago

see https://github.com/ollef/Earley/issues/8

tests pass, docs build.

I don't think the benchmarks are affected (wrt inlining or anything)