Comment Remover removes all comments from various types of source codes, including, but not limited to Assembly, Pascal, Java, C, C++, D, Python, and LUA.
| Tags | Comment Remover Text Processing free Linux |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | Linux |
| Implementation | Free Pascal |
| Translations | English |
Recent releases


Release Notes: Input files with an end-of-line mode different from LF will now be automatically converted to LF. This is valid only for CR and CRLF end-of-line modes. File loading and saving is now several times faster. Unicode is not supported.


Release Notes: All lines preceded by spaces are now removed from the final source file. All lines that had only a comment them are now removed from the final source file. These improvements make the final source file look as if it were never commented before.


Release Notes: This release increases the limit of comment characters to five and adds support for asymmetric comment types (e.g., HTML, LUA).


Release Notes: This release fixes a bug which removed comments inside strings in certain cases.


Release Notes: Generated files were improved. An option was added to remove empty lines from files. There were some small fixes.