A class that filters C-style comments.
Compiles the regular expressions
(self, comment)
-
Finds comments in the C format. More...
Finds comments in the C format. The format is /* ... */.
It has to cater for all five line forms: "/* ...", " * ...", " ...",
" */" and the one-line "/* ... */".