flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
943 stars 84 forks source link

Stream based? #24

Open stevenvachon opened 10 years ago

stevenvachon commented 10 years ago

Better performance. Could still work in the browser by sending it a single chunk.

flosse commented 10 years ago

feel free to submit a patch :)

derhuerst commented 8 years ago

I'm also interested in this.

I'm working on a code visualizer and therefore need to distinguish between code and comments. Would be great if sloc hat a streaming and/or event-based interface.

What about pulling the core line-by-line detection into a separate module, or at least a separate file?