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 the Mixfix example part of the library #2

Closed ollef closed 9 years ago

ollef commented 9 years ago

Similar to Parsec's makeTokenParser.

There might also be other utilities in existing parsing libraries that could be added to Earley.