Comment by int_19h
6 days ago
There's no shortage of parsers in Haskell, but parsing a human language is very different from parsing a programming language. The grammar is much, much more complex, and this means that e.g. simple approaches that adequate error messages don't really work here because failures are non-actionable.
No comments yet
Contribute on Hacker News ↗