Related articles |
---|
REQ: Non-commented lines of code edge@summit.novell.com (1995-04-28) |
Re: REQ: Non-commented lines of code hagerman@ece.cmu.edu (1995-05-09) |
Newsgroups: | comp.compilers |
From: | edge@summit.novell.com (Brian Edginton) |
Keywords: | tools, question, comment |
Organization: | Novell, Inc. |
Date: | Fri, 28 Apr 1995 15:59:46 GMT |
Looking for a tool (preferably PD) that will count lines of code.
I would prefer a tool that is part of a set of tools or generates
some sort of uniform output. ( Obviously I know nothing about this
part of the science, yet )
Thanks,
edge
--
Brian Edginton | (801) 568-8716 Human (usually)
Critical Problem Resolution | (801) 568-8699 Fax
Novell, Inc. | edge@novell.com
[Great theological arguments are possible about what's a line of code,
particularly in languages like C and Pascal where statement boundaries and
line boundaries are unrelated. If you're satsified with a naive definition,
e.g. a C statement is something that starts with a keyword and/or ends with
a semicolon, you can whip up a comment-ignoring statement counter in about
a dozen lines of flex. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.