public
Description: An implementation of markdown in C, using a PEG grammar
Clone URL: git://github.com/jgm/peg-markdown.git
jgm (author)
Mon May 19 15:06:53 -0700 2008
commit  f764c7a308fbd2b83a8e0c25d6385a77752b4b31
tree    536920b009e453d91890674f1bb7b52fb40ec781
parent  d40090cb8831139d9923d81c6942af86a80a32bc
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