RBS Code Counter
A Code Counter for C Programs

RBS Code Counter, is a program which counts the number of lines of source code, written in any C program.

RBSCC currently stands at Version 0.2

Earlier version (alpha 0.1) counted the number of lines of source code excluding,

* Comments
* Blank Lines
* Tabs
* Spaces

The new version does not neglect them, but instead counts them also and presents it in the final report. Its up to the user to decide whether that has to be included in the final count or not.
Along with that, the new version also counts the number of preprocessor in the C file. (Though its useless as of now)

One major change from alpha-0.1 to 0.2 is that the whole program is rewritten in flex. Maintaining and adding more functionalities was getting too difficult in C and moreover flex is good for generating scanners, and that's what RBSCC is.

You can download the latest and also the older releases from here (http://www.sourceforge.net/projects/rbscc/)

I am very thankful to SourceForge for approving my project and providing space to host it.
The program still has a very limited functionality (of course its a little improved over the alpha version), but I will definitely add more features in future.

If you find any bug in the program/code, you can inform the same to the author, Suresh. R, at suresh.raj@gmail.com or at jiffies@users.sourceforge.net
Version 0.2