On Sat, 11 Jan 2014 10:26:32 -0500
Adam Jensen <[email protected]> wrote:

> I just started to read through the source code. It's extraordinary
> that this was created by a single person!
> 

176217  Ada file lines.
 25760  Commented lines (many of which are disabled code).
 15671  Blank lines.
--------
134786  Lines of Ada code. Awesome!


$ find . -type f -name "*.ad?" | xargs cat | wc -l
 176217
$ find . -type f -name "*.ad?" | xargs grep -e "^ *--*" | wc -l
 25760
$ find . -type f -name "*.ad?" | xargs grep -vE '[^[:space:]]' | wc -l
 15671

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to