[Haskell-cafe] Two questions regarding Alex/Parsec
Don Stewart
dons at galois.com
Tue Jun 24 17:08:29 EDT 2008
nielsadb:
> Hello Haskellers,
>
> As an experiment I'm writing a parser for MediaWiki language. I'm using
> the Alex lexer and Parsec. I have novice two questions.
Just a quick question, did you try using the pandoc markdown parser?
http://hackage.haskell.org/packages/archive/pandoc/0.46/doc/html/Text-Pandoc-Readers-Markdown.html
It'd be useful to know if that was enough for printing and generation
of wiki content. Though being GPLd, it'd also be nice to have a BSD-ish
licensed wiki parser/pretty printer.
-- Don
More information about the Haskell-Cafe
mailing list