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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to