forked from jgm/peg-markdown
-
Notifications
You must be signed in to change notification settings - Fork 55
Home
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!
-
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)