public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
Search Repo:
jgm (author)
Fri May 09 09:49:59 -0700 2008
commit  0670aafd649d8e61b46e65e23a3b9dcee49c6e66
tree    4267baeda05b4520ed9041ca9fe82b9ba75c1705
parent  3fff272c9928551a50f1171155df761616aff0f6
peg-markdown / peg-0.1.4 / version.h
100644 4 lines (3 sloc) 0.06 kb
1
2
3
4
#define PEG_MAJOR  0
#define PEG_MINOR  1
#define PEG_LEVEL  2