Tangle fenced code from markdown
Timothy Rice 2eb322351b Implement language selection and complementation. | před 9 roky | |
---|---|---|
.gitignore | před 9 roky | |
LICENSE | před 9 roky | |
Makefile | před 9 roky | |
README.md | před 9 roky | |
args.h | před 9 roky | |
code.c | před 9 roky | |
code.h | před 9 roky | |
main.c | před 9 roky | |
main.h | před 9 roky | |
str_split.c | před 9 roky | |
str_split.h | před 9 roky |
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.