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

Add unbalanced parens test #40

Closed ollef closed 5 years ago

ollef commented 5 years ago

Based on int-index's work in #38, but using existing functionality.

int-index commented 5 years ago

Thanks!