Skip to content
fletcher edited this page Dec 9, 2010 · 19 revisions

peg-multimarkdown is a fork of John MacFarlane's peg-markdown, a Markdown parser written in C using a parsing expression grammar (PEG).

This is a work in progress, particularly since my knowledge of C is fairly limited.

I welcome help, guidance, etc with this project!

To Do List

  • fix makefile so it compiles on Mac OS X and other hardware

  • ultimately rewrite so it is not dependent on glib2 (basically the GString data type needs to be replaced with something more portable)