You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theoretically it's a fine idea. However cloc does not parse languages; it is strictly regular-expression based. For this reason, character counting is possible (although unlikely to be implemented in the foreseeable future), but counting tokens is not. You'll need a smarter counter than cloc!
After reading #234, it immediately occurred to me it that parsed tokens are a more valid measure of code size than characters. After all,
is the same thing as
I realize this is a tall order and perhaps out-of-scope for this project, but - I'll just put it out there.
The text was updated successfully, but these errors were encountered: