Search Results

3
votes

Python snippet to remove C and C++ comments

I don't know if you're familiar with sed, the UNIX-based (but Windows-available) text parsing program, but I've found a sed script …