search for: piumarta

Displaying 2 results from an estimated 2 matches for "piumarta".

Did you mean: piumarta's
2008 May 03
1
markdown implementation in C using PEG grammar
...t://github.com/jgm/peg-markdown.git Otherwise, download a tarball: http://github.com/jgm/peg-markdown/tarball/master Once you're in the peg-markdown directory, you can compile the program by typing 'make'. For convenience, all required dependencies are included, including Ian Piumarta's excellent peg/leg parser generator. If you just want to have a look at the formal grammar, it's here: http://github.com/jgm/peg-markdown/tree/master/markdown.leg#L675 John
2008 Aug 09
0
peg-markdown (C) and rpeg-markdown (ruby gem)
Markdowners: I've released version 0.4.1 of peg-markdown, a C implementation of markdown. peg-markdown uses Ian Piumarta's peg/leg parser generator to generate a parser from a parsing expression grammar (PEG). You can inspect the grammar for markdown at http://github.com/jgm/peg-markdown/tree/HEAD/markdown_parser.leg peg-markdown now provides both a C library and a standalone 'markdown' program. The...