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
File details
Details for the file no_comments-0.1.tar.gz
.
File metadata
- Download URL: no_comments-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43d760678bf87d302e73154a8aa3d3aa0dc31b8559987c215d6d3241f817c135 |
|
MD5 | 8c2fe3dae0d13dc473c9b00ecd58efbf |
|
BLAKE2b-256 | cbe9d43f4944a0fde15215d3aeba35772970063e6fe86b7073d3b8d82bdcdf48 |