Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Deverbosifier

Are you tired of reading unhelpful comments in your peers' code? Then look no further! The deverbosifier removes every comment in a file. Supported programming languages are C/C++, Python and Fortran (after 77).

Program explanation

deverbosify.c is a minimal c file that uses only standard libraries to recognize comments in a program in a given programming language and substitute them with the space character (' '). The original file is kept intact and the new uncommented file is saved with the prefix "_NC" ("Not Commented").

About

Are you tired of reading unhelpful comments in your peers' code? Then look no further! The deverbosifier removes every comment in a file. Supported programming languages are C/C++, Python and Fortran.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages