Generalized Bottom up Parser Combinators in Haskell

Posted by Panini Sai on Stack Overflow See other posts from Stack Overflow or by Panini Sai
Published on 2014-06-05T02:57:17Z Indexed on 2014/06/05 3:25 UTC
Read the original article Hit count: 235

I am wondered why there is no generalized parser combinators for Bottom-up parsing in Haskell like a Parsec combinators for top down parsing.
( I could find some research work went during 2004 but nothing after
https://haskell-functional-parsing.googlecode.com/files/Ljunglof-2002a.pdf http://www.di.ubi.pt/~jpf/Site/Publications_files/technicalReport.pdf )

Is there any specific reason for not achieving it?

© Stack Overflow or respective owner

Related posts about parsing

Related posts about haskell