Tangle fenced code from markdown

Timothy Rice 2eb322351b Implement language selection and complementation. vor 9 Jahren
.gitignore 0904a88b79 Initial commit. vor 9 Jahren
LICENSE 0904a88b79 Initial commit. vor 9 Jahren
Makefile 2eb322351b Implement language selection and complementation. vor 9 Jahren
README.md 2eb322351b Implement language selection and complementation. vor 9 Jahren
args.h 2eb322351b Implement language selection and complementation. vor 9 Jahren
code.c 2eb322351b Implement language selection and complementation. vor 9 Jahren
code.h 2eb322351b Implement language selection and complementation. vor 9 Jahren
main.c 2eb322351b Implement language selection and complementation. vor 9 Jahren
main.h 2eb322351b Implement language selection and complementation. vor 9 Jahren
str_split.c 2eb322351b Implement language selection and complementation. vor 9 Jahren
str_split.h 2eb322351b Implement language selection and complementation. vor 9 Jahren

README.md

Warp

Tangle fenced code from (extended) markdown.

Usage: warp [-L list,of,languages] [--complement|-c] [FILE]

If FILE is unspecified, warp will read from stdin.

If no languages are specified, all code will be shown.

To select code that doesn't have a language specified, pass "generic" to -L.

Passing --complement or -c will invert the language selection. If no languages are specified, this will cause warp to not print anything.

Report bugs to t.rice@ms.unimelb.edu.au.