Tree
- Tree:
f05452756fed2dc3ed1525c6f464c9f3c2b4c830
- Date:
- Message:
- initial import
Makefile | commits | blame |
README | commits | blame |
comment.1 | commits | blame |
comment.c | commits | blame |
version.mk | commits | blame |
README
comment is a small preprocessor for stripping comments from input. It is useful for languages that don't support comments on their own. comment supports both block comments and single-line comment. Block comments do not nest. By default C-like block comment delimiters (/* comment */) and C++-like single-line comments (// comment) are used, but any other string may be specified instead. To install, run `make', followed by `make install' (possibly as root): $ make # make install