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

Q: How to do error recovery? #34

Open int-index opened 6 years ago

int-index commented 6 years ago

Are there any recommendations on how I could do error recovery to report multiple errors?

ollef commented 6 years ago

I don't know anything about this, but am also interested in knowing this. Can anything be done with the current interface? What would need to be added? Does anyone have any input?