kuvshinovdr / srcstats

A small console program to gather and report C++ source files statistics.
MIT License
1 stars 1 forks source link

A better decomment #8

Closed kuvshinovdr closed 3 months ago

kuvshinovdr commented 3 months ago

Rewrite decomment just to copy remaining blocks and skip comments instead of copying while parsing. It should make code simpler and easier to verify and optimize (even vectorize).

kuvshinovdr commented 3 months ago

Done.