]> ocean-lang.org Git - ocean/commit
mdcode, md2c - extract C code from a literate markdown program
authorNeilBrown <neilb@suse.de>
Wed, 5 Jun 2013 20:20:35 +0000 (06:20 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 5 Jun 2013 21:40:31 +0000 (07:40 +1000)
commitbf502feaba385e5e8ebd5f80c005522c59660496
tree9b2c054e4b61a69aba4b7208a12e4936722a61ca
mdcode, md2c - extract C code from a literate markdown program

All C programs here will be written in literate style using markdown.
md2c strips out the C code so that it can be compiled.

Signed-off-by: NeilBrown <neilb@suse.de>
.gitignore [new file with mode: 0644]
csrc/.gitignore [new file with mode: 0644]
csrc/Makefile [new file with mode: 0644]
csrc/boot-strap/libmdcode.c [new file with mode: 0644]
csrc/boot-strap/md2c.c [new file with mode: 0644]
csrc/boot-strap/mdcode.h [new file with mode: 0644]
csrc/boot-strap/mdcode.mk [new file with mode: 0644]
csrc/mdcode.mdc [new file with mode: 0644]