no_comments strips comments from various file types
Project description
Easy way to strip comments from various file types.
Description:
Comment stripping utility. Handles both inline comments and block comments. Strips C/C++ comments by default (both inline and block).
Usage:
- cat source_code_file | no_comments > out
Features:
- strip only inline comments / block comments
- configurable delimiters
- strip only comments at the beggining of the line
- preserve empty lines which contained comments before
Installation:
- easy_install no_comments or pip install no_comments
- run no_comments –help
Notes:
This utility is DUMB - as it’s not language specific it doesn’t understand the syntax (It will remove comments in strings, ignore nested comments or so).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
no_comments-0.1.tar.gz
(2.3 kB
view hashes)