Quick tool I wrote for 4coder yesterday evening, LOC breakdown for buffers in 4coder. Breaks things down by file (all), section (comments starting with //~, forming divider lines), and sorts by size. Accounts for { lines and empty lines too. Intended for figuring out what parts of a big codefile are actually the bottleneck in size quickly.