lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Does anyone know of a Lua line counter? Like, I'm the 
> clean-code-paranoid type coder, so I have comments & whitespace 
> everywhere... I'd like a program that'll count all non-comment lines. 
> Where can I find that? Thanks! ;-)

Try "lstrip -d". Get it at
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lstrip

--lhf