markdown md2curl - Printable Version +- Curl Global Community (https://communities.curl.com) +-- Forum: Blogs (https://communities.curl.com/forumdisplay.php?fid=17) +--- Forum: Tech blog (https://communities.curl.com/forumdisplay.php?fid=18) +---- Forum: Robert blog (https://communities.curl.com/forumdisplay.php?fid=20) +---- Thread: markdown md2curl (/showthread.php?tid=397) |
markdown md2curl - RobertShiplett - 01-22-2012 As I note over at my lcurlr blog, the name md2curl is available for parsing markdown as Curl. But is a commandline/CGI tool best written in another language or as an xcurl script ? The Red variant of Rebol would give a compiled tool in a PEG-equivalent script. There are also the Python efforts for PEG parsers for markdown. There is a Scala/Java effort at the parboiled project. * * * |